From ac0fc618ff2e9f40b94e4be06efee45d08b0ba10 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Fri, 20 Feb 2015 15:02:42 -0500 Subject: Add author name by default to RSS feeds --- data/templates/rss-item.xml | 1 + data/templates/rss.xml | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'data') 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 @@ $published$ $root$$url$ + $authorName$ diff --git a/data/templates/rss.xml b/data/templates/rss.xml index c6f3b08..c4fc3ae 100644 --- a/data/templates/rss.xml +++ b/data/templates/rss.xml @@ -1,5 +1,6 @@ - + $title$ $root$ @@ -8,5 +9,5 @@ type="application/rss+xml" /> $updated$ $body$ - + -- cgit v1.2.3