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", "@type": "WebPage",
"name": "{{ .Title }}", "name": "{{ .Title }}",
"url": {{ .Permalink }}, "url": {{ .Permalink }},
"description": "{{ or .Description .Summary }}" "description": "{{ or .Description .Summary }}",
"logo": {{with $icon}}{{.Permalink}}{{else}}{{$staticIcon}}{{end}}, "logo": {{with $icon}}{{.Permalink}}{{else}}{{$staticIcon}}{{end}}
""
} }
</script> </script>
{{- end -}} {{- end -}}