Add base feed to all pages

This is listed below the page-specific feed, so hopefully that will be detected first
This commit is contained in:
Jake Howard 2023-06-21 12:43:08 +01:00
parent cbd1eb027b
commit 85b1f05f72
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
{% block extra_head %}{% endblock %}
<link rel="alternate" type="application/rss+xml" href="{% url 'feed' %}" />
<script async type="text/javascript" src="{% static 'js/ie11-deterrent.js' %}" integrity="{% sri_integrity_static 'js/ie11-deterrent.js' %}"></script>
{% sri_static "css/base.css" %}