diff options
| author | Blaise Thompson <blaise@untzag.com> | 2020-04-11 20:20:27 -0500 | 
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2020-04-11 20:20:27 -0500 | 
| commit | af97cdcd4997186fccc955b78577407604fd10ac (patch) | |
| tree | a37aabfff8c873bdf868c662eb2cd49b22e90358 /public/index.html | |
| parent | 5e2a82641aab330f9a94a74b5fa4386dd684d7f1 (diff) | |
instrumental software
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/public/index.html b/public/index.html index 337a173..d508836 100644 --- a/public/index.html +++ b/public/index.html @@ -17,18 +17,18 @@  Welcome to my personal blog! <br>  This page lists my blog entries in reverse chronological order. <br>  You may also browse by tag (coming soon). <br> -You may be interested in my meta post (coming soon). <br> +You may be interested in my <a href=./meta/>meta</a> post. <br>  Thanks for stopping by! —Blaise  </p>  <p> -  2020-04-11 -  <a href=./hello-world>Hello world!</a> +  2020-04-12 +  <a href=./instrumental-software>instrumental-software</a>    <br> -  2020-04-10 -  <a href=./a>why not</a> +  2020-04-11 +  <a href=./meta>meta</a>    <br>  </p> @@ -36,7 +36,7 @@ Thanks for stopping by! —Blaise  <hr>  <ul class="horizontal"> -    <li>built 2020-04-11 15:56:23</li> +    <li>built 2020-04-11 20:16:52</li>      <li><a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright</li>  </ul> | 
