From fc9c3029fd20c2f905bd5c945411e2bbefe40f7c Mon Sep 17 00:00:00 2001 From: Tobias Mieves <tobias.mieves@tu-dortmund.de> Date: Mon, 29 May 2023 22:03:54 +0200 Subject: [PATCH] feat: Allow customised head tags --- templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html b/templates/base.html index 830b039..a9faf31 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,6 +7,7 @@ <title>{% block title %}Core{% endblock %}</title> <link href="{% static 'core/css/output.css' %}" rel="stylesheet" type="text/css"> {# <meta http-equiv="refresh" content="10">#} + {% block head %}{% endblock %} </head> <body> <div class="navbar mb-2 shadow-lg bg-neutral text-neutral-content rounded-box"> -- GitLab