diff --git a/templates/partial/neighbors.html b/templates/partial/neighbors.html index fbbe0a4..4c698b0 100644 --- a/templates/partial/neighbors.html +++ b/templates/partial/neighbors.html @@ -1,12 +1,12 @@ {% if 'neighbors' in PLUGINS %}
{% if article.prev_article %} - + {{ _('Previous Post') }} {% endif %} {% if article.next_article %} - + {{ _('Next Post') }} {% endif %}