From 724aed001fbce96e426e41e6a3812e8a22e9bd3f Mon Sep 17 00:00:00 2001 From: Joscha Date: Wed, 9 Aug 2023 22:32:08 +0200 Subject: [PATCH] Add meta viewport tag --- templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html b/templates/base.html index 54b0444..6800932 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,6 +3,7 @@ + {% block title %}{% endblock %} - {{ base.repo_name }}