diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-01-09 12:41:31 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-01-09 12:41:31 -0600 |
commit | 46cd05a4405dde25eb484066c2e03f98bde73cf2 (patch) | |
tree | f18376358347ed0310bf4cb5985a5a4124d09d1d /templates/index.html | |
parent | 16937d92d0b4e2c199b09de00f60b8ccb15085ec (diff) | |
download | cleberg.net-46cd05a4405dde25eb484066c2e03f98bde73cf2.tar.gz cleberg.net-46cd05a4405dde25eb484066c2e03f98bde73cf2.tar.bz2 cleberg.net-46cd05a4405dde25eb484066c2e03f98bde73cf2.zip |
fix: minor template changes
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index ff4d20c..3e5f980 100644 --- a/templates/index.html +++ b/templates/index.html @@ -19,7 +19,7 @@ {% endif %} {% endfor %} <br> - <a href="/blog/">Older Posts →</a> + <a href="/blog/">All Posts →</a> </section> <section> <h2>Everything Else</h2> |