Skip to content

Commit d48b96d

Browse files
authored
put the feed into the right block
1 parent 1d9ab62 commit d48b96d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/_templates/layout.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{% extends "!layout.html" %}
22

3-
<link rel="alternate" type="application/rss+xml" title="Changelog feed" href="https://github.com/Uberspace/lab/commits/master.atom"/>
3+
{% block extrahead %}
4+
<link rel="alternate" type="application/rss+xml" title="Changelog feed" href="https://github.com/Uberspace/lab/commits/master.atom"/>
5+
{% endblock %}

0 commit comments

Comments
 (0)