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:
parent
cbd1eb027b
commit
85b1f05f72
1 changed files with 2 additions and 0 deletions
|
@ -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" %}
|
||||
|
|
Loading…
Reference in a new issue