diff options
| author | Alex Scerba <alex@scerba.org> | 2025-09-18 10:43:09 -0500 | 
|---|---|---|
| committer | Alex Scerba <alex@scerba.org> | 2025-09-18 10:43:09 -0500 | 
| commit | f8e2159801ae6f9a164148f0cf04442e576bda2d (patch) | |
| tree | 409b534f50bdbd86e1403593d55e3fcc2bf48ff7 /html | |
| parent | fd85afd325f67651379215793b5acedd273a332d (diff) | |
Clarify link text.
Diffstat (limited to 'html')
| -rw-r--r-- | html/post.tmpl.html | 4 | 
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">< Return</a> +        <a href="/blog">< Return to blog...</a>      </div>  {{ template "article" . }}      <div class="return"> -        <a href="/blog">< Return</a> +        <a href="/blog">< Return to blog...</a>      </div>  </section>  {{ end }}
\ No newline at end of file  | 
