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