summaryrefslogtreecommitdiffstats
path: root/templates/entry.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/entry.html')
-rw-r--r--templates/entry.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/templates/entry.html b/templates/entry.html
index e9acc7a..ec28fe4 100644
--- a/templates/entry.html
+++ b/templates/entry.html
@@ -10,17 +10,13 @@
{{ content }}
</div>
</article>
+<div id="post-nav">
{% if older and newer%}
-<div>
<a href="{{ older['file'] }}.html">Older</a> — <a href="{{ newer['file'] }}.html">Newer</a>
-</div>
{% elif older %}
-<div>
<a href="{{ older['file'] }}.html">Older</a>
-</div>
{% elif newer %}
-<div>
<a href="{{ newer['file'] }}.html">Newer</a>
-</div>
{% endif %}
+</div>
{% endblock %}