From 6dcc9f1ba876ef6ba44baab74cd6f1d965085f60 Mon Sep 17 00:00:00 2001 From: Niklas Elsbrock Date: Mon, 16 Aug 2021 17:32:43 +0200 Subject: [PATCH] =?UTF-8?q?HTML-Meta-Tag=20`format-detection`=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nateman/templates/base.html.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nateman/templates/base.html.j2 b/nateman/templates/base.html.j2 index fe9a0af..b0d7709 100644 --- a/nateman/templates/base.html.j2 +++ b/nateman/templates/base.html.j2 @@ -26,6 +26,8 @@ + + {% block title %}{% endblock %} – NateMan