Improve RSS Feed by adding author tag

This commit is contained in:
Michael Thies
2015-09-13 13:40:17 +02:00
parent 7428ad85f3
commit c91cf6268d

View File

@@ -11,6 +11,7 @@
<description>{{ commit.author.name }} authored {{ commit.shortHash }} in {{ commit.date | format_date }}</description> <description>{{ commit.author.name }} authored {{ commit.shortHash }} in {{ commit.date | format_date }}</description>
<link>{{ url('commit', {repo: repo, commit: commit.hash}) }}</link> <link>{{ url('commit', {repo: repo, commit: commit.hash}) }}</link>
<pubDate>{{ commit.date | date('r') }}</pubDate> <pubDate>{{ commit.date | date('r') }}</pubDate>
<author>{{ commit.author.email }} ({{ commit.author.name }})</author>
</item> </item>
{% endfor %} {% endfor %}
</channel> </channel>