commit f40a7d545a5a960daffcfabc21062f10c767333d
parent a5ec8b8f48aabe16b97352d91f03953fa7a45208
Author: Lou Woell <lou.woell@posteo.de>
Date:   Sat, 13 Dec 2025 15:57:39 +0100

partial ld_schema: fix commas in json

Diffstat:
Mlayouts/_partials/ld_schema.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/_partials/ld_schema.html b/layouts/_partials/ld_schema.html @@ -6,7 +6,7 @@ "headline": "{{ .Params.title }}", "datePublished": "{{ .Params.date }}", "dateModified": "{{ .Lastmod }}", - "description": "{{ .Params.description }}" + "description": "{{ .Params.description }}", "author": { "@type": "Person", "name": "lou woell",