summaryrefslogtreecommitdiff
path: root/data/templates/rss-item.xml
diff options
context:
space:
mode:
authorCalen Pennington <cale@edx.org>2015-02-20 15:02:42 -0500
committerCalen Pennington <cale@edx.org>2015-02-20 15:02:42 -0500
commitac0fc618ff2e9f40b94e4be06efee45d08b0ba10 (patch)
tree25040c07f9c0b10249e1f46febbbaec8cc530db9 /data/templates/rss-item.xml
parent35f65f78464f61dca352256701ae942640f335ae (diff)
downloadhakyll-ac0fc618ff2e9f40b94e4be06efee45d08b0ba10.tar.gz
Add author name by default to RSS feeds
Diffstat (limited to 'data/templates/rss-item.xml')
-rw-r--r--data/templates/rss-item.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/templates/rss-item.xml b/data/templates/rss-item.xml
index 70126ac..cc56490 100644
--- a/data/templates/rss-item.xml
+++ b/data/templates/rss-item.xml
@@ -4,4 +4,5 @@
<description><![CDATA[$description$]]></description>
<pubDate>$published$</pubDate>
<guid>$root$$url$</guid>
+ <dc:creator>$authorName$</dc:creator>
</item>