added author in post

This commit is contained in:
Jesús 2019-02-23 15:40:17 -05:00
parent 64b7375c82
commit 4088fd03c1
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -33,6 +33,16 @@
<small>20 comments</small> <small>20 comments</small>
</i> --> </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 %}
{% import 'translations.html' as translations with context %} {% import 'translations.html' as translations with context %}
{% if translations.translations_for(article) %} {% if translations.translations_for(article) %}
<i class="fa fa-flag"> <i class="fa fa-flag">