diff options
Diffstat (limited to 'templates/post-page.html')
| -rw-r--r-- | templates/post-page.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/post-page.html b/templates/post-page.html index 5bb6f40..bfb891c 100644 --- a/templates/post-page.html +++ b/templates/post-page.html @@ -6,5 +6,6 @@ {{ page.title }} </h1> <p class="subtitle"><strong>{{ page.date }}</strong></p> +<p><a href="{{ get_url(path='@/posts/_index.md') }}"><-- Back</a></p> {{ page.content | safe }} {% endblock content %} |
