From 78fdc47f9f6cfebf2bef41a6d88c70d636166f68 Mon Sep 17 00:00:00 2001 From: rra Date: Thu, 8 Mar 2018 18:20:48 +0100 Subject: [PATCH] fixed error & further adding of h-card entry --- themes/varia/templates/article.html | 2 ++ themes/varia/templates/base.html | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/themes/varia/templates/article.html b/themes/varia/templates/article.html index 0a73d287d4..0a92d2ce0a 100644 --- a/themes/varia/templates/article.html +++ b/themes/varia/templates/article.html @@ -42,6 +42,8 @@ {% endif %}
+ + {% if article.category %}
diff --git a/themes/varia/templates/base.html b/themes/varia/templates/base.html index 469979fe48..e5e2cf381a 100644 --- a/themes/varia/templates/base.html +++ b/themes/varia/templates/base.html @@ -17,9 +17,9 @@
{% if I18N_SUBSITES %} {% for lang, url in I18N_SUBSITES.items() %} - {% if lang == 'nl' %}
  • {% if lang == DEFAULT_LANG %} class="active"{% endif %}>{{ lang }}
  • + {% if lang == 'nl' %}
  • {{ lang }}
  • {% endif %} - {% if lang == 'en' %}
  • {% if lang == DEFAULT_LANG %} class="active"{% endif %}>{{ lang }}
  • + {% if lang == 'en' %}{{ lang }} {% endif %} {% endfor %} {% endif %}