Show category
This commit is contained in:
@ -22,7 +22,8 @@
|
||||
{% for author in article.authors %}
|
||||
<a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a>
|
||||
{% endfor %}
|
||||
on {{ article.locale_date }}
|
||||
on {{ article.locale_date }}<br/>
|
||||
Category: <a href="{{ SITEURL }}/{{ article.category.url}}">{{ article.category }}</a>
|
||||
</p>
|
||||
{% include 'comments.html' %}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user