diff --git a/layouts/partials/webschema.html b/layouts/partials/webschema.html
index da8cb1e..8b0f773 100644
--- a/layouts/partials/webschema.html
+++ b/layouts/partials/webschema.html
@@ -43,13 +43,13 @@
"@type": "Person",
"name": {{ .Params.author }},
"url": {{ (ref . .Params.authorLink) | default (ref . .Site.Params.author.about) }}
- }
+ },
{{ else }}
"author":{
"@type": "Person",
"name": {{ site.Params.author.name }},
"url": {{ ref . .Site.Params.author.about }}
- }
+ },
{{ end -}}
"mainEntityOfPage": {
"@type": "WebPage",