From 8009117849942d88093f989e44557a54c09f04d3 Mon Sep 17 00:00:00 2001 From: a Date: Mon, 4 Jul 2022 12:49:49 -0500 Subject: [PATCH] fix escaped slashes in json metadata --- layouts/_default/baseof.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 821a37d..8222986 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,6 +1,6 @@ - + @@ -9,7 +9,8 @@ {{ $js := resources.Get "js/main.js" | minify | minify | fingerprint }} - + {{ $icon := "images/people/avatar.png" | absURL }} + {{ if .IsPage }}{{ end }} {{ if .IsHome }}{{ .Site.Title }} {{ .Site.Title }} @@ -36,10 +37,10 @@ {{ else }} - - - - {{ end }} + + + + {{ end }} {{ if isset .Params "date" }} {{ end }} @@ -106,7 +107,8 @@ - + {{ block "head" . }} + {{ end }} {{ partial "site-header.html" . }}