From 34c004c29a93684cbd7ed80ac54d3cf73a52bb4e Mon Sep 17 00:00:00 2001 From: Jake Date: Fri, 12 Feb 2021 18:20:05 -0500 Subject: [PATCH] fixed missing doublequote in schema.html --- layouts/partials/schema.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/schema.html b/layouts/partials/schema.html index 0363237..b70e544 100644 --- a/layouts/partials/schema.html +++ b/layouts/partials/schema.html @@ -21,7 +21,7 @@ "dateModified" : "{{ .Date }}", "url" : "{{ .Permalink }}", "wordCount" : "{{ .WordCount }}", - "image" : {{ printf "%s%s" .Site.BaseURL .Page.Params.image }}", + "image" : "{{ printf "%s%s" .Site.BaseURL .Page.Params.image }}", "keywords" : [ {{ if isset .Params "tags" }}{{ range .Params.tags }}"{{ . }}",{{ end }}{{ end }}"Blog" ] }