From e57fbfc1df92bb5f501f2e9cea975fa1283ad72d Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sun, 3 Nov 2024 21:06:15 -0600 Subject: Add opengraph, fix mobile layout --- layouts/partials/head.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'layouts') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 29e9f49..4f1993a 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -41,5 +41,7 @@ {{ .Title }} - {{ .Site.Title }} {{ end }} + {{ template "_internal/opengraph.html" . }} + {{ block "head" . }}{{ end }} -- cgit v1.2.3