diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/head.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index bc0864a..6c35dd1 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -16,6 +16,10 @@ <link rel="icon" type="image/ico" href="{{ . | absURL }}"> {{ end }} + {{ with .OutputFormats.Get "rss" -}} + {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} + {{ end -}} + {{ if not .Site.IsServer }} {{ template "_internal/google_analytics.html" . }} {{ end }} |