diff --git a/templates/archive-entry.html b/templates/archive-entry.html index a9b7af4..9258f9c 100644 --- a/templates/archive-entry.html +++ b/templates/archive-entry.html @@ -64,8 +64,44 @@

Keywords: {{ db-data.keywords | replace:, | with:" • " }}

{{data | safe}} + + +
+ {% if older-entries %} +

Previous

+ + {% endif %} + + {% if newer-entries %} +

Next

+ + {% endif %} +
+