From 8f3d03b1888fed23e6aa07d6077045e673357481 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 28 Aug 2024 22:54:34 +0200 Subject: sync theme --- themes/blowfish/layouts/partials/schema.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/blowfish/layouts/partials/schema.html') diff --git a/themes/blowfish/layouts/partials/schema.html b/themes/blowfish/layouts/partials/schema.html index 77ecfa3..04e4e7a 100644 --- a/themes/blowfish/layouts/partials/schema.html +++ b/themes/blowfish/layouts/partials/schema.html @@ -11,7 +11,7 @@ {{ with .Site.Params.keywords }}"keywords": {{ . }},{{ end }} "publisher" : { "@type": "Person", - "name": "{{ .Site.Author.name | safeJS }}" + "name": "{{ .Site.Params.Author.name | safeJS }}" } } @@ -30,7 +30,7 @@ "url" : "{{ .Permalink }}", "author" : { "@type": "Person", - "name": "{{ .Site.Author.name | safeJS }}" + "name": "{{ .Site.Params.Author.name | safeJS }}" }, {{ with .PublishDate }}"copyrightYear": "{{ .Format "2006" }}",{{ end }} {{ with .Date }}"dateCreated": "{{ .Format $iso8601 }}",{{ end }} -- cgit v1.2.3