diff --git a/templates/_includes/article_author.html b/templates/_includes/article_author.html index c455014a..a73c40c9 100644 --- a/templates/_includes/article_author.html +++ b/templates/_includes/article_author.html @@ -1,5 +1,6 @@ {% macro article_author(article) %}
+
{% for author in article.authors %} {% if author|string in AUTHORS %} {{ author }} -