We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9ab62 commit d48b96dCopy full SHA for d48b96d
source/_templates/layout.html
@@ -1,3 +1,5 @@
1
{% extends "!layout.html" %}
2
3
-<link rel="alternate" type="application/rss+xml" title="Changelog feed" href="https://github.com/Uberspace/lab/commits/master.atom"/>
+{% 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