Fix website title not showing up in OpenGraph tags

I don't know how I never noticed this or how long it's been missing.
Maybe it was never there?
This commit is contained in:
2025-07-02 01:20:11 -05:00
parent ca0f8d390c
commit 150ee40fd5

View File

@ -33,7 +33,7 @@
<meta property="og:locale" content="{{ . }}">
{{ end }}
{{ with .Site.Params.title }}
{{ with .Site.Title }}
<meta property="og:site_name" content="{{ . }}">
{{ end }}