aboutsummaryrefslogtreecommitdiff
path: root/html/post.tmpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/post.tmpl.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