summaryrefslogtreecommitdiff
path: root/themes/elenq/templates/article.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/elenq/templates/article.html')
-rw-r--r--themes/elenq/templates/article.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/elenq/templates/article.html b/themes/elenq/templates/article.html
index a2b5635..07d5470 100644
--- a/themes/elenq/templates/article.html
+++ b/themes/elenq/templates/article.html
@@ -36,6 +36,11 @@
{% endfor %}
</address>
{% endif %}
+ {% if article.category != "misc" %}
+ <div class="category">
+ Category: <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>
+ </div>
+ {% endif %}
</footer><!-- /.post-info -->
<div class="entry-content">
{{ article.content }}