Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alanorth/hugo-theme-bootstrap4-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Orth <alan.orth@gmail.com>2020-01-25 17:05:51 +0300
committerAlan Orth <alan.orth@gmail.com>2020-01-25 17:05:51 +0300
commit32af2194912ae86f12779d34e36fa4a6c010d06b (patch)
treede4b61c5bdd054b77c619da6a4baee3b6040b41e /layouts
parent1fdd332862be14a1361a3af25b4831a411095745 (diff)
layouts: Remove a few more references to GooglePlus
The sharing icons were removed in 2019, but these remained.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/list.html3
-rw-r--r--layouts/_default/single.html3
2 files changed, 0 insertions, 6 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index d9249da..26909fd 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -14,9 +14,6 @@
{{- if not .Date.IsZero }}
"dateModified": {{ .Date.Format $ISO8601 }},
{{- end }}
- {{- with .Site.Social.GooglePlus }}
- "publisher": "{{ printf "%s" . }}",
- {{- end }}
{{- /* all of the site's categories/tags, from Hugo's tpl/template_embedded.go */}}
"keywords": "{{ range $plural, $terms := .Site.Taxonomies }}{{ range $term, $val := $terms }}{{ printf "%s," $term }}{{ end }}{{ end }}"
{{- with .Site.Params.description -}}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 6f8967d..0184b3e 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -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 }}"