summaryrefslogtreecommitdiff
path: root/clams-server/src/main/resources/templates/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'clams-server/src/main/resources/templates/post.html')
-rw-r--r--clams-server/src/main/resources/templates/post.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/clams-server/src/main/resources/templates/post.html b/clams-server/src/main/resources/templates/post.html
index 40444b2..7e99e1f 100644
--- a/clams-server/src/main/resources/templates/post.html
+++ b/clams-server/src/main/resources/templates/post.html
@@ -14,8 +14,7 @@
</article>
<nav class="post-nav">
- {{ previous_post_link | raw }}
- {{ next_post_link | raw }}
+ {{ back_to_index | raw }}
</nav>
</main>
{% endblock %}