From 71e72496b0709de3ef67b9d80b9ff220309ab5c8 Mon Sep 17 00:00:00 2001 From: frosty Date: Tue, 16 Sep 2025 18:24:26 -0400 Subject: add basic Open Graph tags to --- layouts/_default/baseof.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index d9b2212..f60954f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -6,6 +6,10 @@ {{ if not .IsHome }}{{ .Title | title }} - {{ end }}{{ .Site.Title }} + + + + {{ partial "header.html" . }} -- cgit v1.2.3