aboutsummaryrefslogtreecommitdiff
path: root/theme/templates
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-11-11 19:11:35 -0600
committerChristian Cleberg <[email protected]>2025-11-11 19:11:35 -0600
commit7b73308edc582b994c246cf228865e15076fbe7a (patch)
treec1e66cb3538d571641b9e45dbb56c6ea0d9dd5a8 /theme/templates
parent1acdb98f08b126a78afa09a2648df345687b2edb (diff)
downloadcleberg.net-7b73308edc582b994c246cf228865e15076fbe7a.tar.gz
cleberg.net-7b73308edc582b994c246cf228865e15076fbe7a.tar.bz2
cleberg.net-7b73308edc582b994c246cf228865e15076fbe7a.zip
fix case of index page link
Diffstat (limited to 'theme/templates')
-rw-r--r--theme/templates/index.html2
1 files changed, 1 insertions, 1 deletions
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 %}