{% if article.prev_article %}
-
+
{{ _('Previous Post') }}
{% endif %}
{% if article.next_article %}
-
+
{{ _('Next Post') }}
{% endif %}
diff --git a/templates/partial/statuscake.html b/templates/partial/statuscake.html
index 7555149..162a412 100644
--- a/templates/partial/statuscake.html
+++ b/templates/partial/statuscake.html
@@ -1,7 +1,7 @@
{% if STATUSCAKE['trackid'] %}
-
+
{% endif %}