mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-05-10 14:36:01 +02:00
layouts: Remove a few more references to GooglePlus
The sharing icons were removed in 2019, but these remained.
This commit is contained in:
@ -32,9 +32,6 @@
|
||||
{{- if not .Lastmod.IsZero }}
|
||||
"dateModified": {{ .Lastmod.Format $ISO8601 }},
|
||||
{{- end }}
|
||||
{{- with .Site.Social.GooglePlus }}
|
||||
"publisher": "{{ printf "%s" . }}",
|
||||
{{- end }}
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "{{ .Params.author | default .Site.Params.author }}"
|
||||
|
Reference in New Issue
Block a user