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

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajesh Duggal <rajesh@duggalmail.com>2018-08-03 21:08:44 +0300
committerMatt Stratton <matt.stratton@gmail.com>2018-08-03 21:08:44 +0300
commitea220834b77c703681200c039ab44ccbafe6b507 (patch)
tree0a611b86a2b3beffa262131dcf20940edb8d0405 /layouts
parent2b77041409bc81b3d8fbf3e4cbd62b532e20baeb (diff)
Rename feed_copyright config var to copyright (#193)
Signed-off-by: Rajesh Duggal <rajesh@duggalmail.com>
Diffstat (limited to 'layouts')
-rw-r--r--layouts/section/episode.rss.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/section/episode.rss.xml b/layouts/section/episode.rss.xml
index b4adc18..cae6164 100644
--- a/layouts/section/episode.rss.xml
+++ b/layouts/section/episode.rss.xml
@@ -18,7 +18,7 @@
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<language>en-us</language>
- <copyright>{{ .Site.Params.feed_copyright }}</copyright>
+ <copyright>{{ .Site.Params.feed.copyright }}</copyright>
{{ with .Site.Params.feed.itunes_subtitle }}<itunes:subtitle>{{ . }}</itunes:subtitle>{{ end }}
<itunes:author>{{ .Site.Params.feed.itunes_author }}</itunes:author>
<itunes:type>episodic</itunes:type>