diff options
| author | Christian Cleberg <[email protected]> | 2025-11-11 19:11:35 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-11-11 19:11:35 -0600 |
| commit | 7b73308edc582b994c246cf228865e15076fbe7a (patch) | |
| tree | c1e66cb3538d571641b9e45dbb56c6ea0d9dd5a8 | |
| parent | 1acdb98f08b126a78afa09a2648df345687b2edb (diff) | |
| download | cleberg.net-7b73308edc582b994c246cf228865e15076fbe7a.tar.gz cleberg.net-7b73308edc582b994c246cf228865e15076fbe7a.tar.bz2 cleberg.net-7b73308edc582b994c246cf228865e15076fbe7a.zip | |
fix case of index page link
| -rw-r--r-- | theme/templates/index.html | 2 |
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 →</a></p> + <p><a href="/blog/">all posts →</a></p> </section> {% endblock %} |
