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-03-22 04:26:20 +0300
committerDaniel Saunders <daniel.saunders@gmail.com>2021-03-22 04:26:20 +0300
commitf28866b1395e1abc7beaec3f69db250f15c7ec20 (patch)
treee42e2c415ad3146a8e44cc30358413257a0c09bb
parent99b1ed24dc7746083fdf0f29761d5288104ee9b2 (diff)
Fixed RSS autodiscovery link
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 9ac8819..9b885f4 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -18,7 +18,7 @@
{{- end -}}
{{ end -}}" />
{{- with .OutputFormats.Get "rss" -}}
- {{ printf `<link rel="%s" type="%s+%s" href="%s" title="%s" />` .Rel .MediaType.Type .MediaType.Suffix .Permalink $.Site.Title | safeHTML }}
+ {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{- end -}}
{{ hugo.Generator }}
{{ with .Site.Params.Podcast.itunes }}