inside author in post

This commit is contained in:
Jesús 2019-02-23 15:53:04 -05:00
parent 4088fd03c1
commit 1416e1d3fe
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -126,6 +126,17 @@
</small> </small>
</time> </time>
</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 %}
</div> </div>
</div> </div>
<!-- end of post footer nav --> <!-- end of post footer nav -->