diff --git a/layouts/partials/head/head.html b/layouts/partials/head/head.html index ae7bde1..f35313a 100644 --- a/layouts/partials/head/head.html +++ b/layouts/partials/head/head.html @@ -2,7 +2,7 @@ {{- $description := partialCached "data/description" . .RelPermalink -}} - + {{ with .Params.Keywords }}{{ end }} {{- $title := partial "data/title" . -}} @@ -23,7 +23,7 @@ {{ if $favicon }} {{ else }} - {{ errorf "Failed loading favicon from %q" . }} + {{ end }} {{ end }} diff --git a/layouts/partials/head/opengraph/provider/base.html b/layouts/partials/head/opengraph/provider/base.html index 60da962..055745d 100644 --- a/layouts/partials/head/opengraph/provider/base.html +++ b/layouts/partials/head/opengraph/provider/base.html @@ -1,8 +1,8 @@ {{- $title := partialCached "data/title" . .RelPermalink -}} {{- $description := partialCached "data/description" . .RelPermalink -}} - - + +