aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-07 14:08:26 -0500
committerChristian Cleberg <[email protected]>2026-04-07 14:08:26 -0500
commit72be6e9683985bca189a3d93751a6d21839c0570 (patch)
treedd4169b06a833de5d0bf8a0f181cea6dcc54e48f /theme
parent30e4f863c8d8b0ee6678bb83f02b513eb193491a (diff)
downloadcleberg.net-72be6e9683985bca189a3d93751a6d21839c0570.tar.gz
cleberg.net-72be6e9683985bca189a3d93751a6d21839c0570.tar.bz2
cleberg.net-72be6e9683985bca189a3d93751a6d21839c0570.zip
enhance copy throughout the site
Diffstat (limited to 'theme')
-rw-r--r--theme/templates/blog.html1
-rw-r--r--theme/templates/index.html2
2 files changed, 3 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 &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 %}
<li class="post-list-item">
diff --git a/theme/templates/index.html b/theme/templates/index.html
index 42d1625..27530fc 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -8,6 +8,7 @@
<section>
<h2>Recent Posts</h2>
+ <p>Things I've written recently.</p>
<ul class="post-list">
<!-- BEGIN_POSTS --><!-- END_POSTS -->
</ul>
@@ -27,6 +28,7 @@
<section>
<h2>Elsewhere</h2>
+ <p>Places to find me online.</p>
<ul>
<li>Sourcehut (primary): <a href="https://sr.ht/~ccleberg">~ccleberg</a></li>
<li>GitHub (mirror): <a href="https://github.com/ccleberg">@ccleberg</a></li>