-
{{ partialCached "header.html" . }}
{{ partial "breadcrumb.html" . }}
diff --git a/themes/nluug/layouts/partials/head.html b/themes/nluug/layouts/partials/head.html
index d1c37bb..bbde381 100644
--- a/themes/nluug/layouts/partials/head.html
+++ b/themes/nluug/layouts/partials/head.html
@@ -13,72 +13,13 @@
{{ partialCached "style.html" . }}
-
{{ if .IsHome -}}
-
- {{ else if .IsPage }}
- {{ $author := or (.Params.author) (.Site.Author.name) }}
- {{ $org_name := .Site.Title }}
-
- {{ end }}
--->
-
+ {{ partial "schemas/schema_WebSite.html" . }}
+ {{- else if .IsPage -}}
+ {{ if or (in .Params.content_types "Person") }}
+ {{ partial "schemas/schema_Person.html" . }}
+ {{ end }}
+ {{ end }}
+
diff --git a/themes/nluug/layouts/partials/header.html b/themes/nluug/layouts/partials/header.html
index 19db675..db9612d 100644
--- a/themes/nluug/layouts/partials/header.html
+++ b/themes/nluug/layouts/partials/header.html
@@ -1,23 +1,30 @@
-