diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 4defad2..2d6bad6 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,12 +3,17 @@ {{ $title := cond .IsHome .Site.Title (printf "%s" .Title | printf "%s%s" (cond (and (eq .Kind "term") (eq .Data.Singular "tag")) "#" "") | printf "%s") }} + {{ with .Resources.GetMatch "{cover.*,*.jpg,*.png,*.jpeg}" }} - + {{ with .Permalink | absURL }} + + + {{ end }} {{ end }} {{ with .Params.description }} + {{ end }} {{ if eq .Kind "page" }} @@ -41,6 +46,9 @@ {{ with .Site.Params.AuthorTwitter }} {{ end }} + {{ with .Site.Params.ThemeColor }} + + {{ end }} {{ if isset .Site.Params "matomositeid" }}