Fix schema author parameter
This commit is contained in:
parent
213bcbe937
commit
7b4b38072d
@ -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">
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user