aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
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>