From 150ee40fd5ec82263f5d8d61f4e04e4a15213d92 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Wed, 2 Jul 2025 01:20:11 -0500 Subject: [PATCH] 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? --- layouts/_partials/seo-tags/opengraph.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_partials/seo-tags/opengraph.html b/layouts/_partials/seo-tags/opengraph.html index 424a923..54da2cd 100644 --- a/layouts/_partials/seo-tags/opengraph.html +++ b/layouts/_partials/seo-tags/opengraph.html @@ -33,7 +33,7 @@ {{ end }} -{{ with .Site.Params.title }} +{{ with .Site.Title }} {{ end }}