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:
authorChris Reddington <791642+chrisreddington@users.noreply.github.com>2021-01-03 16:55:41 +0300
committerGitHub <noreply@github.com>2021-01-03 16:55:41 +0300
commit9a38cc651eddff51b9c5e7979ecff6e707df01af (patch)
tree91d698109e5ca0b4a23d66a2b7b08c3effe2f918
parent36ccd846df0c8d4d30a3ca5cf9cb7c73890c80c3 (diff)
Fixing rss feed publishing bug (#335)
-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 3f4e4ed..f0766cf 100644
--- a/layouts/section/episode.rss.xml
+++ b/layouts/section/episode.rss.xml
@@ -64,7 +64,7 @@
<title>{{ title .Title }}</title>
{{ end }}
{{ else }}
- <h1>{{ title .Title }}</h1>
+ <title>{{ title .Title }}</title>
{{ end }}
<link>{{ .Permalink }}</link>
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} </pubDate>