From 563779702b1a7411d3b2998313997798f4f2e4b4 Mon Sep 17 00:00:00 2001 From: Julen Landa Alustiza Date: Jul 26 2019 11:57:02 +0000 Subject: templates/master.html: change css including order so pagure.css is applied last --- diff --git a/pagure/templates/master.html b/pagure/templates/master.html index fab6dd8..1f8a097 100644 --- a/pagure/templates/master.html +++ b/pagure/templates/master.html @@ -8,9 +8,9 @@ {% block title %}{% endblock %} - {{ theme.site_title }} {{ theme.head_imports() }} - + {% block header %}{% endblock %}