diff options
Diffstat (limited to 'theme')
| -rw-r--r-- | theme/templates/blog.html | 1 |
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 · <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 %} |
