diff options
| author | Christian Cleberg <[email protected]> | 2024-07-28 20:00:01 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-07-28 20:00:01 -0500 |
| commit | c31df323b0bba3f1bf5f80bfb577865d361b91df (patch) | |
| tree | ee59e665c305d61112bfbe3363cc3eb5a430deee /theme | |
| parent | 3f7570b8d1ab0bc8e70221bac4092aea72b6c9e0 (diff) | |
| download | cleberg.net-c31df323b0bba3f1bf5f80bfb577865d361b91df.tar.gz cleberg.net-c31df323b0bba3f1bf5f80bfb577865d361b91df.tar.bz2 cleberg.net-c31df323b0bba3f1bf5f80bfb577865d361b91df.zip | |
fix recent posts URLs
Diffstat (limited to 'theme')
| -rw-r--r-- | theme/templates/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index c77e57d..eb0da72 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -10,19 +10,19 @@ uid [ultimate] Christian Cleberg <[email protected]></pre> <div class="post"> <time datetime="2024-07-11 20:24:02">2024-07-11</time> - <a href="/blog/emacs-on-ipad/">Emacs on iPadOS</a> + <a href="/blog/emacs-on-ipad.html">Emacs on iPadOS</a> </div> <div class="post"> <time datetime="2024-06-19 08:00:00">2024-06-19</time> - <a href="/blog/deprecated-trusted-gpg-fix/" + <a href="/blog/deprecated-trusted-gpg-fix.html" >Fixing Ubuntu Error: 'Key is stored in legacy trusted.gpg keyring'</a > </div> <div class="post"> <time datetime="2024-05-03 00:00:00">2024-05-03</time> - <a href="/blog/ubuntu-on-macos/" + <a href="/blog/ubuntu-on-macos.html" >Running Ubuntu Linux on macOS with OrbStack</a > </div> |
