From 08f71a29ebfca8e580eac8f236528992650c9889 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 1 Nov 2024 15:42:11 +0000 Subject: [PATCH] feat : Typo fix Structured data schema support for Issue #98 Signed-off-by: GitHub Action --- layouts/partials/webschema.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",