From 908ef2177f8a02e0864b35e1db9194243be0b4a6 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sun, 25 Jun 2023 00:06:04 +0200 Subject: [PATCH] Affiliation verwijderd, voegt niet veel toe --- themes/nluug/layouts/partials/schemas/schema_Person.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/themes/nluug/layouts/partials/schemas/schema_Person.html b/themes/nluug/layouts/partials/schemas/schema_Person.html index 91a314a..99e5384 100644 --- a/themes/nluug/layouts/partials/schemas/schema_Person.html +++ b/themes/nluug/layouts/partials/schemas/schema_Person.html @@ -31,15 +31,6 @@ "url": "{{ .Permalink }}", "name": "{{ $author.name | default .Site.Params.textEmptyValue }}", {{ if $author.nationality }}"nationality": "{{ $author.nationality }}",{{ end }} - "affiliation": [ - { - "@type": "Organization", - "id": "{{ .Site.BaseURL }}#organization", - "url": "{{ .Site.BaseURL }}", - "name": "{{ .Site.Title }}", - "sameAs": {{ .Site.Params.organization_sameas }} - } - ], {{ if $author.gender }}"gender": "{{ $author.gender }}",{{ end }} {{ if $author.jobfunction }}"Description": "{{ $author.jobfunction }}",{{ end }} {{ if $author.description }}"disambiguatingDescription": "{{ $author.description }}",{{ end }}