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