diff --git a/themes/varia/templates/article.html b/themes/varia/templates/article.html
index 0a73d287d..0a92d2ce0 100644
--- a/themes/varia/templates/article.html
+++ b/themes/varia/templates/article.html
@@ -42,6 +42,8 @@
{% endif %}
+
{{article.author}}
+
{% if article.category %}
diff --git a/themes/varia/templates/base.html b/themes/varia/templates/base.html
index 469979fe4..e5e2cf381 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 %}