added author in post
This commit is contained in:
parent
64b7375c82
commit
4088fd03c1
@ -33,6 +33,16 @@
|
||||
<small>20 comments</small>
|
||||
</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 %}
|
||||
{% if translations.translations_for(article) %}
|
||||
<i class="fa fa-flag">
|
||||
|
Loading…
x
Reference in New Issue
Block a user