From 303b5f04ab803a32fe62b9eb642ea515c9f5e6c6 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Mon, 10 Jul 2023 17:02:28 +0200 Subject: [PATCH] fix(meta): fix quote --- layouts/partials/opengraph/include.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/opengraph/include.html b/layouts/partials/opengraph/include.html index c6414f5..33b7f2f 100644 --- a/layouts/partials/opengraph/include.html +++ b/layouts/partials/opengraph/include.html @@ -15,12 +15,12 @@ {{- end -}} "> - + {{- if .IsPage -}} - + {{- range .Params.tags -}} - + {{- end -}} {{- end -}} @@ -39,6 +39,6 @@ {{ $image := partialCached "helpers/image" (dict "Context" . "Type" "opengraph") .RelPermalink "opengraph" }} {{ if $image.exists }} - + {{- end -}}