diff options
Diffstat (limited to 'theme/templates/page.html')
-rw-r--r-- | theme/templates/page.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/templates/page.html b/theme/templates/page.html index fb7afa9..2e6dada 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -4,6 +4,7 @@ {{ post.title }} | {% endblock %} {% block main %} +<p><a href="/">← home</a></p> <article role="article"> <h1>{{ post.title }}</h1> <section>{{ post.html | safe }}</section> |