Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/funkydan2/alpha-church.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Saunders <daniel.saunders@gmail.com>2021-04-21 15:01:38 +0300
committerDaniel Saunders <daniel.saunders@gmail.com>2021-04-21 15:01:38 +0300
commitdca8a3b95aabf9277f603d0c700bfd734ff63c12 (patch)
tree18d61a6d543eec2ee288d6e799ee3a7674232741
parent2435f3d47c6e28a74cd3232d78fedf6d332dd5fd (diff)
Fixed XML for google play
-rw-r--r--layouts/sermons/sermons.rss.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/sermons/sermons.rss.xml b/layouts/sermons/sermons.rss.xml
index e779333..a23def7 100644
--- a/layouts/sermons/sermons.rss.xml
+++ b/layouts/sermons/sermons.rss.xml
@@ -1,5 +1,5 @@
{{ print "<?xml version=\"1.0\" encoding=\"utf-8\"?>" | safeHTML }}
-<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts 1.0">
+<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0">
<channel>
<title>{{ .Site.Params.Podcast.title }}</title>