diff options
-rw-r--r-- | zurb-F5-basic/templates/article_infos.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zurb-F5-basic/templates/article_infos.html b/zurb-F5-basic/templates/article_infos.html index 24c4a15..f3e52a9 100644 --- a/zurb-F5-basic/templates/article_infos.html +++ b/zurb-F5-basic/templates/article_infos.html @@ -2,6 +2,7 @@ {# {% if article.author %} By <a href="{{ SITEURL }}/{{ article.author.url }}">{{ article.author }}</a> {% endif %} #} + {% if article.ert %} <strong>{{ article.ert }}</strong> {% endif %} </h6> {% import 'translations.html' as translations with context %} |