diff --git a/cl-theme/templates/article.html b/cl-theme/templates/article.html
index ca9845c..27962ea 100644
--- a/cl-theme/templates/article.html
+++ b/cl-theme/templates/article.html
@@ -126,6 +126,17 @@
+
+ {% if not HIDE_AUTHORS and article.authors %}
+
+ {% for author in article.authors %}
+
+ {{ author }}{% if not loop.last %}, {% endif %}
+
+ {% endfor %}
+
+ {% endif %}
+