diff options
| author | Blaise Thompson <blaise@untzag.com> | 2021-02-08 07:21:22 -0600 | 
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2021-02-08 07:21:22 -0600 | 
| commit | 3a38749403766949f5da1713fc1587338396b89c (patch) | |
| tree | 4d32d14a6c5784def2112f76d3a11110d37637e0 | |
| parent | b2fa4c65ff96a452e9e8491271ef07d3989552da (diff) | |
forever a work in progress
| -rw-r--r-- | templates/index.html | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/templates/index.html b/templates/index.html index 554d418..a7311de 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,7 +7,8 @@  <hr>  <p> -Welcome to my personal blog! <br> +Welcome to my personal blog! +<em>Forever a work-in-progress.</em><br>  This page lists my blog entries in reverse chronological order. <br>  You may also <a href="./tags/">browse by tag</a>. <br>  You may be interested in my <a href=./meta/>meta</a> post. <br> | 
