diff --git a/layouts/partials/head.html b/layouts/partials/head.html index e2ef7ed..27d9e0c 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,11 +1,13 @@ - {{ .Title }} - - {{ with .Site.Params.description }} + {{ with .Site.Params.description -}} {{ end }} + {{ printf `` ("favicon.ico" | absURL) | safeHTML }} + {{ with .OutputFormats.Get "rss" -}} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} + {{ end -}}