Add fontawesome icons to article meta

This commit is contained in:
Raymond Wanyoike 2016-11-09 20:08:27 +03:00
commit 151c18da13
2 changed files with 18 additions and 10 deletions

View file

@ -20,7 +20,7 @@ All Articles
<div class="text-muted" title="{{ article.date.isoformat() }}">{{ article.locale_date }}</div>
<div><a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a></div>
{% if article.authors and ARTICLE_AUTHORS %}
<div>By
<div>
{% for author in article.authors %}
<a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a>{% if not loop.last %}, {% endif %}
{% endfor %}