cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

b82ef632f9f27b74b39566f5f7b1e36bab75a241

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2024-03-29T17:47:12Z

update index to show featured posts
 theme/templates/index.html | 10 +++++-----
 1 file 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">&lt;2024-03-15&gt;</time>
-		<a href="/blog/self-hosting-ddns-updater.html">Self-Hosting DDNS Updater</a>
+		<time datetime="2024-03-29">&lt;2024-03-29&gt;</time>
+		<a href="/blog/org-blog.html">Blogging in Org-Mode</a>
 	</div>
 	<div class="post">
 		<time datetime="2024-03-14">&lt;2024-03-14&gt;</time>
 		<a href="/blog/doom-emacs-org-mode.html">Doom Emacs & Org-Mode</a>
 	</div>
 	<div class="post">
-		<time datetime="2024-02-21">&lt;2024-02-21&gt;</time>
-		<a href="/blog/self-hosting-an-otter-wiki.html">Self-Hosting An Otter Wiki</a>
+		<time datetime="2023-10-04">&lt;2023-10-04&gt;</time>
+		<a href="/blog/digital-minimalism.html">Digital Minimalism</a>
 	</div>
 	<br>
 	<a href="/blog/">All Posts &rarr;</a>