diff options
Diffstat (limited to 'templates/article.html')
-rw-r--r-- | templates/article.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/article.html b/templates/article.html index 1089b78..fba7058 100644 --- a/templates/article.html +++ b/templates/article.html @@ -41,9 +41,6 @@ {{ article.locale_modified }} </time> {% endif %} - {% if article.category %} - in category <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a> - {% endif %} {% if article.tags %} <div class="tags"> Tags: |