diff options
author | Mark Powers <mark@marks.kitchen> | 2024-11-03 21:06:15 -0600 |
---|---|---|
committer | Mark Powers <mark@marks.kitchen> | 2024-11-03 21:06:15 -0600 |
commit | e57fbfc1df92bb5f501f2e9cea975fa1283ad72d (patch) | |
tree | 39c45cbee66fe6e54f07166fe7c7596d67030004 /layouts/partials | |
parent | dca1b48846364951447eb6d84dec6f2bae986571 (diff) |
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/head.html | 2 |
1 files changed, 2 insertions, 0 deletions
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>{{ .Title }} - {{ .Site.Title }}</title> {{ end }} + {{ template "_internal/opengraph.html" . }} + {{ block "head" . }}{{ end }} </head> |