Move feeds into a fragment file
This commit is contained in:
+1
-1
@@ -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' %}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
<link rel="alternate" type="application/atom+xml" title="{{ SITENAME }} (Feed)" href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}" />
|
||||
Reference in New Issue
Block a user