Move feeds into a fragment file

This commit is contained in:
Arnaud Rebillout
2020-07-26 10:23:22 +07:00
parent 43c9c419c0
commit 2dd1cd6d27
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
{% endif %}
<!-- Feeds -->
<link rel="alternate" type="application/atom+xml" title="{{ SITENAME }} (Feed)" href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}" />
{% include 'fragments/feeds.html' %}
<!-- Analytics -->
{% include 'fragments/google_analytics.html' %}