fix unfinished properties
This commit is contained in:
parent
fd90dd5ee8
commit
09039f4fee
|
@ -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 -}}
|
||||
|
|
Loading…
Reference in a new issue