From 0f451222e0490bb75afde8f243951ba513e5f4a2 Mon Sep 17 00:00:00 2001 From: Baljeet Kumar Date: Sun, 2 Dec 2018 22:42:59 +0530 Subject: [PATCH] malformed Json in partials fixed Malformed json causes hugo --minify to fail --- layouts/partials/seo_schema.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/partials/seo_schema.html b/layouts/partials/seo_schema.html index 2103c7a..1c54d80 100644 --- a/layouts/partials/seo_schema.html +++ b/layouts/partials/seo_schema.html @@ -16,6 +16,7 @@ {{ end }} {{ if .IsPage }} -{{ end }} \ No newline at end of file +{{ end }}