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 %}