From 841a2c5d207cf5cdf139d7d9f406b563c5e259f3 Mon Sep 17 00:00:00 2001 From: clime Date: Mon, 2 Jul 2018 14:29:31 +0200 Subject: [PATCH 1/2] fix position of bootstrap4_extra_head --- templates/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 606d85c..6cf98be 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,11 +2,13 @@ {% load static %} {% load bootstrap4 %} {% load i18n %} -{% spaceless %}{% block bootstrap4_content %} + {% block bootstrap4_extra_head %} {% include 'header.html' %} {% block title %}Libravatar - {% trans 'Freeing the Web, one face at a time!' %}{% endblock title %} {% endblock bootstrap4_extra_head %} + +{% spaceless %}{% block bootstrap4_content %}