Fix schema author parameter

This commit is contained in:
Ivaylo Ivanov 2025-02-19 11:44:50 +01:00
parent 213bcbe937
commit 7b4b38072d

View File

@ -10,7 +10,7 @@
} }
</script> </script>
{{ else if .IsPage }} {{ else if .IsPage }}
{{ $author := or (.Params.author) (.Site.Author.name) }} {{ $author := or (.Params.author) (.Site.Params.Author.name) }}
{{ $org_name := .Site.Title }} {{ $org_name := .Site.Title }}
<script type="application/ld+json"> <script type="application/ld+json">
{ {