fix unfinished properties

This commit is contained in:
a 2024-02-26 11:01:52 -06:00
parent fd90dd5ee8
commit 09039f4fee

View file

@ -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}}
}
</script>
{{- end -}}