cmc/cleberg.net

My personal web garden & blog.

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

5aef9691d207e405b6c78672cbb174ce7011dd54

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-04-06T18:15:48Z

fix missing class for post-list
 theme/templates/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/templates/index.html b/theme/templates/index.html
index 68685a0..0642f77 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -8,7 +8,7 @@
 
 <section>
     <h2>Recent Posts</h2>
-    <ul>
+    <ul class="post-list">
     <!-- BEGIN_POSTS --><!-- END_POSTS -->
     </ul>
     <p><a href="/blog/">All Posts &rarr;</a></p>