From 7b4b38072dcb6df40d7e738397be839f3d56304b Mon Sep 17 00:00:00 2001 From: Ivaylo Ivanov Date: Wed, 19 Feb 2025 11:44:50 +0100 Subject: [PATCH] Fix schema author parameter --- layouts/partials/schema.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/schema.html b/layouts/partials/schema.html index d4bc0a5..71d81ea 100644 --- a/layouts/partials/schema.html +++ b/layouts/partials/schema.html @@ -10,7 +10,7 @@ } {{ else if .IsPage }} -{{ $author := or (.Params.author) (.Site.Author.name) }} +{{ $author := or (.Params.author) (.Site.Params.Author.name) }} {{ $org_name := .Site.Title }}