From fe835f825f2f79189463a3c54c7739bd2e92aeb9 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sat, 17 Jun 2023 23:49:27 +0200 Subject: [PATCH] Fix voor foutieve structuur --- themes/nluug/layouts/partials/schemas/schema_Person.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/nluug/layouts/partials/schemas/schema_Person.html b/themes/nluug/layouts/partials/schemas/schema_Person.html index 6d8238c..2104220 100644 --- a/themes/nluug/layouts/partials/schemas/schema_Person.html +++ b/themes/nluug/layouts/partials/schemas/schema_Person.html @@ -11,8 +11,8 @@ "affiliation": [ { "@type": "Organization", - "name": "{{ $.Site.Params.organization_name | default .Site.Params.textEmptyValue }}" - "sameAs": {{ .Site.Params.organization_sameas }}, + "name": "{{ $.Site.Params.organization_name | default .Site.Params.textEmptyValue }}", + "sameAs": {{ .Site.Params.organization_sameas }} } ], {{ if $author.gender }}"gender": "{{ $author.gender }}",{{ end }}