inside author in post
This commit is contained in:
parent
4088fd03c1
commit
1416e1d3fe
@ -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 -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user