diff --git a/templates/includes/article_info.html b/templates/includes/article_info.html
index 008bf40..adee9b7 100644
--- a/templates/includes/article_info.html
+++ b/templates/includes/article_info.html
@@ -5,7 +5,7 @@
{% if SHOW_DATE_MODIFIED %}
{% if article.modified %}
- {{ _('Modified') }}
+ | {{ _('Modified') }}
@@ -14,26 +14,26 @@
{% if SHOW_SERIES %}
{% if article.series %}
- {{ _('Series') }}
+ | {{ _('Series') }}
Part {{ article.series.index}} of {{ article.series.name }}
{% endif %}
{% endif %}
{% if SHOW_ARTICLE_AUTHOR %}
{% if article.author %}
- {{ _('By') }}
+ | {{ _('By') }}
{{ article.author }}
{% endif %}
{% endif %}
{% if SHOW_ARTICLE_CATEGORY %}
- {{ _('Category') }}
+ | {{ _('Category') }}
{{ article.category }}
{% endif %}
{% if PDF_PROCESSOR %}
-
- PDF
+ | {{ _('Download') }}
+
{% endif %}