From 09039f4feeee25059d067765b6c3a3c1f1e71000 Mon Sep 17 00:00:00 2001 From: a Date: Mon, 26 Feb 2024 11:01:52 -0600 Subject: [PATCH] fix unfinished properties --- layouts/partials/seo.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/layouts/partials/seo.html b/layouts/partials/seo.html index bfd63f9..638018b 100644 --- a/layouts/partials/seo.html +++ b/layouts/partials/seo.html @@ -119,9 +119,8 @@ "@type": "WebPage", "name": "{{ .Title }}", "url": {{ .Permalink }}, - "description": "{{ or .Description .Summary }}" - "logo": {{with $icon}}{{.Permalink}}{{else}}{{$staticIcon}}{{end}}, - "" + "description": "{{ or .Description .Summary }}", + "logo": {{with $icon}}{{.Permalink}}{{else}}{{$staticIcon}}{{end}} } {{- end -}}