From a579b11f6a264337498b747ecc0901aa09ce0a8c Mon Sep 17 00:00:00 2001 From: manetta Date: Wed, 18 Dec 2019 15:36:04 +0100 Subject: [PATCH] added an about button to the website --- themes/varia/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/varia/templates/base.html b/themes/varia/templates/base.html index 69765d6..712ffdd 100644 --- a/themes/varia/templates/base.html +++ b/themes/varia/templates/base.html @@ -18,8 +18,10 @@
{% if DEFAULT_LANG == 'nl' %} home + over {% else %} home + about {% endif %}