diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-03-29 12:47:12 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-03-29 12:47:12 -0500 |
commit | 7048e416b6987c7c00f1ed83999053de8ae1d802 (patch) | |
tree | 23dbd28efc22a54c4e63051c1ddacd7aa4948d4c /theme/templates | |
parent | 47c7c7b4c89cbd8295520eb6ff0c65093340dd64 (diff) | |
download | cleberg.net-7048e416b6987c7c00f1ed83999053de8ae1d802.tar.gz cleberg.net-7048e416b6987c7c00f1ed83999053de8ae1d802.tar.bz2 cleberg.net-7048e416b6987c7c00f1ed83999053de8ae1d802.zip |
update index to show featured posts
Diffstat (limited to 'theme/templates')
-rw-r--r-- | theme/templates/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index 924335c..b2096dd 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -6,18 +6,18 @@ <blockquote>Do AIs dream in electric sheep?<br>He hoped it had nanosecond nightmares.</blockquote> </section> <section> - <h2>Recent Blog Posts</h2> + <h2>Featured Posts</h2> <div class="post"> - <time datetime="2024-03-15"><2024-03-15></time> - <a href="/blog/self-hosting-ddns-updater.html">Self-Hosting DDNS Updater</a> + <time datetime="2024-03-29"><2024-03-29></time> + <a href="/blog/org-blog.html">Blogging in Org-Mode</a> </div> <div class="post"> <time datetime="2024-03-14"><2024-03-14></time> <a href="/blog/doom-emacs-org-mode.html">Doom Emacs & Org-Mode</a> </div> <div class="post"> - <time datetime="2024-02-21"><2024-02-21></time> - <a href="/blog/self-hosting-an-otter-wiki.html">Self-Hosting An Otter Wiki</a> + <time datetime="2023-10-04"><2023-10-04></time> + <a href="/blog/digital-minimalism.html">Digital Minimalism</a> </div> <br> <a href="/blog/">All Posts →</a> |