From 35a35b003eeb64b040ecd3065b3baa4cc18aa951 Mon Sep 17 00:00:00 2001 From: Talha Mansoor Date: Fri, 5 Jul 2019 09:35:04 +0500 Subject: [PATCH] feat(authors): add line above authors section --- templates/_includes/article_author.html | 1 + 1 file changed, 1 insertion(+) 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 }} -