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