feat(header): add Logo, pre and post config for header title (#252)
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
{{- with $params.seo.publisher -}}
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "{{ .name }}",
|
||||
"name": {{ .name | safeHTML }},
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "{{ .logo.url | absURL }}",
|
||||
|
||||
Reference in New Issue
Block a user