From 9c249b921d8d66854a1c707b15b0935333df77e1 Mon Sep 17 00:00:00 2001 From: brooke Date: Mon, 8 Jul 2024 22:47:47 -0400 Subject: [PATCH] add mastodon verification --- layouts/partials/head.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 layouts/partials/head.html diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..a9f74a0 --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + +{{ .Site.Params.opengraph.title }} + + +{{ partialCached "head/css.html" . }}