feat(header): add Logo, pre and post config for header title (#252)

This commit is contained in:
Dillon
2020-04-23 16:49:30 +08:00
committed by GitHub
parent 919f559fd0
commit 87fbb05e86
23 changed files with 141 additions and 44 deletions

View File

@@ -88,7 +88,7 @@
{{- with $params.seo.publisher -}}
"publisher": {
"@type": "Organization",
"name": "{{ .name }}",
"name": {{ .name | safeHTML }},
"logo": {
"@type": "ImageObject",
"url": "{{ .logo.url | absURL }}",