From 122814703a3cad9b4e10cb54623c53ebaab325c1 Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 12 Aug 2022 22:57:34 +0200 Subject: [PATCH] Use HTML5 syntax for Open Graph meta tags --- layouts/_default/baseof.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index f23824b..7fe1a21 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,16 +4,16 @@ + + + + + + {{ block "title" . }}{{ .Title }} – {{ .Site.Title }}{{ end }} {{ $style := resources.Get "style.scss" | resources.ToCSS (dict "outputStyle" "compressed") }} - - - - - -