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 %}