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 }}