diff options
Diffstat (limited to 'theme/templates/blog.html')
| -rw-r--r-- | theme/templates/blog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/templates/blog.html b/theme/templates/blog.html index ba7beb3..b9b6a3a 100644 --- a/theme/templates/blog.html +++ b/theme/templates/blog.html @@ -2,6 +2,7 @@ <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 %} <li class="post-list-item"> |
