aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-05-21 16:55:17 -0500
committerChristian Cleberg <[email protected]>2026-05-21 16:55:17 -0500
commitfba759fe260c41ad7d3cbb89c6b3ef4acc756a7c (patch)
tree00fdc1ce06dda007db154ef7b0dc73665c02fb3b /theme
parente4c455f3c0798935a318b5aca5f67ffd00133f89 (diff)
downloadcleberg.net-fba759fe260c41ad7d3cbb89c6b3ef4acc756a7c.tar.gz
cleberg.net-fba759fe260c41ad7d3cbb89c6b3ef4acc756a7c.tar.bz2
cleberg.net-fba759fe260c41ad7d3cbb89c6b3ef4acc756a7c.zip
remove extraneous title on blog page
Diffstat (limited to 'theme')
-rw-r--r--theme/templates/blog.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/theme/templates/blog.html b/theme/templates/blog.html
index b9b6a3a..b2e2b72 100644
--- a/theme/templates/blog.html
+++ b/theme/templates/blog.html
@@ -1,7 +1,6 @@
{% extends "base.html" %} {% block subtitle %}blog - {% endblock %} {% block main %}
<h1>Blog</h1>
<p>Use <code>⌘ F</code> / <code>Ctrl F</code> to search &middot; <a href="/feed.xml">RSS Feed</a></p>
-<p>All Posts</p>
<p>Want to browse by topic instead? Head over to the <a href="/tags/">tags</a> page.</p>
<ul class="post-list">
{% for post in posts %}