From 6f5f0c2ad975bd08f5e3508583dcbae9d7e8883f Mon Sep 17 00:00:00 2001 From: RayHammer Date: Sun, 23 Oct 2022 14:43:32 +0200 Subject: Updated Open Graph tags --- themes/stingray/layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/stingray/layouts/partials/head.html b/themes/stingray/layouts/partials/head.html index 4a0ff2d..0bde022 100644 --- a/themes/stingray/layouts/partials/head.html +++ b/themes/stingray/layouts/partials/head.html @@ -3,7 +3,7 @@ - + {{ template "_internal/opengraph.html" . }} {{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} {{ $title }} -- cgit v1.2.3