diff --git a/examples/blog/layouts/partials/header.html b/examples/blog/layouts/partials/header.html index 24500a483..5863e59ec 100644 --- a/examples/blog/layouts/partials/header.html +++ b/examples/blog/layouts/partials/header.html @@ -6,5 +6,7 @@ {{ .Title }} - {{ .Site.BaseURL }} {{ partial "header.includes.html" . }} - {{ if .RSSLink }}{{ end }} + {{ with .OutputFormats.Get "RSS" -}} + {{ printf "" .Permalink .MediaType .Title | safeHTML }} + {{- end }}