From 85b1f05f720c5ccfb3f4ecca65f011660718cfe2 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 21 Jun 2023 12:43:08 +0100 Subject: [PATCH] Add base feed to all pages This is listed below the page-specific feed, so hopefully that will be detected first --- website/common/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/common/templates/base.html b/website/common/templates/base.html index 6a5df5d..1a2476b 100644 --- a/website/common/templates/base.html +++ b/website/common/templates/base.html @@ -14,6 +14,8 @@ {% block extra_head %}{% endblock %} + + {% sri_static "css/base.css" %}