cmc/cleberg.net

My personal web garden & blog.

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

7b73308edc582b994c246cf228865e15076fbe7a

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-11-12T01:11:35Z

fix case of index page link
 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 0825ddd..4703abd 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -12,6 +12,6 @@
 	<h2>Recent Posts</h2>
 	<!-- BEGIN_POSTS -->
 	<!-- END_POSTS -->
-	<p><a href="/blog/">All Posts &rarr;</a></p>
+	<p><a href="/blog/">all posts &rarr;</a></p>
 </section>
 {% endblock %}