From 70474060e7b87b176f79f4cff6b478fbb7c8b9cd Mon Sep 17 00:00:00 2001 From: Benjamin Date: Sat, 11 Mar 2023 19:11:18 +0100 Subject: [PATCH] Set color-scheme meta tag and max-width body --- templates/base.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/base.html b/templates/base.html index 7269a4f..c314b8b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,7 +4,14 @@ + + {% load static %} {% block head %}{% endblock %} {% block title %}Barn{% endblock %}