diff options
| author | Christian Cleberg <[email protected]> | 2026-04-07 14:08:26 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-07 14:08:26 -0500 |
| commit | 72be6e9683985bca189a3d93751a6d21839c0570 (patch) | |
| tree | dd4169b06a833de5d0bf8a0f181cea6dcc54e48f /theme/templates/blog.html | |
| parent | 30e4f863c8d8b0ee6678bb83f02b513eb193491a (diff) | |
| download | cleberg.net-72be6e9683985bca189a3d93751a6d21839c0570.tar.gz cleberg.net-72be6e9683985bca189a3d93751a6d21839c0570.tar.bz2 cleberg.net-72be6e9683985bca189a3d93751a6d21839c0570.zip | |
enhance copy throughout the site
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"> |
