diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 77ab4e7..a1e8961 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -8,7 +8,7 @@ {{ with .Site.Params.description }}{{ end }} {{ with .Site.Params.author }}{{ end }} {{ $style := resources.Get "style/main.scss" | resources.ToCSS }} - + {{ with .OutputFormats.Get "RSS" -}} {{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }} {{- end }}