aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cl-theme/templates/article.html11
1 files changed, 11 insertions, 0 deletions
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 @@
</small>
</time>
</i>
+
+ {% if not HIDE_AUTHORS and article.authors %}
+ <i class="fa fa-user-o">
+ {% for author in article.authors %}
+ <small>
+ <a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a>{% if not loop.last %}, {% endif %}
+ </small>
+ {% endfor %}
+ </i>
+ {% endif %}
+
</div>
</div>
<!-- end of post footer nav -->