From 63d510e077e73514975c4b64eb586d8e01a4dcff Mon Sep 17 00:00:00 2001 From: Oliver Atkinson Date: Wed, 10 Jul 2024 09:12:35 -0600 Subject: [PATCH] add open graph support --- layouts/partials/head.html | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index d6610ff..b5f73cf 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,20 +1,25 @@ -{{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }} - - - -{{ with .Site.Params.favicon }} - -{{ end -}} - -{{ if isset .Params "tags" }} - -{{ end -}} -{{ if isset .Params "redirect" }} - -{{ end -}} + + + +{{ with .Site.Params.favicon }}{{ end -}} +{{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }} + + + + + + + +{{ if isset .Params "tags" }} + +{{ end -}} + +{{ if isset .Params "redirect" }} + +{{ end -}} \ No newline at end of file