From c91cf6268d4fa6958ae4b18c664f401427d93ddf Mon Sep 17 00:00:00 2001 From: Michael Thies Date: Sun, 13 Sep 2015 13:40:17 +0200 Subject: [PATCH] Improve RSS Feed by adding author tag --- themes/default/twig/rss.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default/twig/rss.twig b/themes/default/twig/rss.twig index 0596261..9416ca8 100644 --- a/themes/default/twig/rss.twig +++ b/themes/default/twig/rss.twig @@ -11,6 +11,7 @@ {{ commit.author.name }} authored {{ commit.shortHash }} in {{ commit.date | format_date }} {{ url('commit', {repo: repo, commit: commit.hash}) }} {{ commit.date | date('r') }} + {{ commit.author.email }} ({{ commit.author.name }}) {% endfor %}