From b10d3d79d80965b54aff84095cf8d8dfb8a61684 Mon Sep 17 00:00:00 2001 From: Gijs Date: Thu, 7 Oct 2021 16:19:08 +0200 Subject: [PATCH] Added meta tag for scaling on mobile. --- theme/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme/templates/base.html b/theme/templates/base.html index 77a68a9..f7e526f 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -1,6 +1,8 @@ + + {% block head %} {% block title %}{{ SITENAME }}{% endblock title %}