From b6d8801727fef322b25acde101bb763ea3191fdd Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Fri, 10 Jun 2022 20:10:42 -0700 Subject: [PATCH] Add og:site_name --- layouts/partials/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 2d6bad6..20b0151 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -2,6 +2,7 @@ {{ $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}" }}