aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2025-09-18 10:43:09 -0500
committerAlex Scerba <alex@scerba.org>2025-09-18 10:43:09 -0500
commitf8e2159801ae6f9a164148f0cf04442e576bda2d (patch)
tree409b534f50bdbd86e1403593d55e3fcc2bf48ff7 /html
parentfd85afd325f67651379215793b5acedd273a332d (diff)
Clarify link text.
Diffstat (limited to 'html')
-rw-r--r--html/post.tmpl.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/post.tmpl.html b/html/post.tmpl.html
index 4c96506..be58952 100644
--- a/html/post.tmpl.html
+++ b/html/post.tmpl.html
@@ -5,11 +5,11 @@
{{ define "main" }}
<section id="post">
<div class="return">
- <a href="/blog">&lt; Return</a>
+ <a href="/blog">&lt; Return to blog...</a>
</div>
{{ template "article" . }}
<div class="return">
- <a href="/blog">&lt; Return</a>
+ <a href="/blog">&lt; Return to blog...</a>
</div>
</section>
{{ end }} \ No newline at end of file