Mercurial > public > sg101
diff gpp/templates/podcast/feed.xml @ 143:1ed461fd2030
Podcast enhancements for #39. Provide channel level keyword support. Provide an alternate download URL so we can support both m4a and mp3 formats.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 06 Dec 2009 21:28:31 +0000 |
parents | dbd703f7d63a |
children | 6e425c9b9d16 |
line wrap: on
line diff
--- a/gpp/templates/podcast/feed.xml Sun Dec 06 21:25:00 2009 +0000 +++ b/gpp/templates/podcast/feed.xml Sun Dec 06 21:28:31 2009 +0000 @@ -13,6 +13,7 @@ <itunes:author>{{ channel.author }}</itunes:author> <itunes:summary>{{ channel.description }}</itunes:summary> <description>{{ channel.description }}</description> +<itunes:keywords>{{ channel.keywords }}</itunes:keywords> <itunes:owner> <itunes:name>{{ channel.owner_name }}</itunes:name> <itunes:email>{{ channel.owner_email }}</itunes:email>