diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2021-09-13 23:30:11 +0200 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2021-09-13 23:30:11 +0200 |
commit | 71b1d8b8713790971881e0076f90d5f743797ec7 (patch) | |
tree | 0b041381983d59e0fd11d989b2d124124dacfe28 /templates/article.html | |
parent | 3e5e835a448cd4a3d7e0bcbaefc86401dc00b799 (diff) |
Further simplify templates and CSS
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: |