diff options
| author | Christian Cleberg <[email protected]> | 2024-03-29 12:47:12 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-03-29 12:47:12 -0500 |
| commit | b82ef632f9f27b74b39566f5f7b1e36bab75a241 (patch) | |
| tree | 23dbd28efc22a54c4e63051c1ddacd7aa4948d4c | |
| parent | bc1909ac8b8bb60a3edc6d7e8c91c4d51becf01b (diff) | |
| download | cleberg.net-b82ef632f9f27b74b39566f5f7b1e36bab75a241.tar.gz cleberg.net-b82ef632f9f27b74b39566f5f7b1e36bab75a241.tar.bz2 cleberg.net-b82ef632f9f27b74b39566f5f7b1e36bab75a241.zip | |
update index to show featured posts
| -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> |
