From ba102a8b1a4de72269ca3d7fc593731b0e99d3fc Mon Sep 17 00:00:00 2001 From: Lukas Joswiak Date: Mon, 18 May 2020 20:35:25 -0700 Subject: [PATCH] Reorder head tags --- layouts/partials/head.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 -}}