diff options
| -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  | 
