From be9da2307056084e53c5a1db52ca302737bada33 Mon Sep 17 00:00:00 2001 From: finga Date: Sun, 7 May 2023 19:15:40 +0200 Subject: [PATCH] templates: Add apple compatibility drivel Add meta tag to let apple devices know about their capabilities. --- templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html b/templates/base.html index a2c2939..b63d144 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,6 +2,7 @@ + {% block title %}{% endblock title %}