Include subtitle in RSS feed

This commit is contained in:
Philipp Oppermann
2015-10-25 15:04:44 +01:00
parent d8746e116d
commit 8aaa0105c3

View File

@@ -6,6 +6,7 @@ layout: null
<feed xmlns="http://www.w3.org/2005/Atom">
<title>{{ site.title }}</title>
<subtitle>{{ site.tagline }}</subtitle>
<link href="{{ site.url }}{{ site.baseurl }}/atom.xml" rel="self"/>
<link href="{{ site.url }}{{ site.baseurl }}/"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>