tpl: Only show post's own keywords in schema.org
authorBruno Amaral <mail@brunoamaral.eu>
Sat, 29 Oct 2016 10:30:59 +0000 (11:30 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 28 Jun 2017 19:26:18 +0000 (21:26 +0200)
Fixes #2635
Closes #2646

tpl/tplimpl/template_embedded.go

index 7629cc7646481f9db4e8e37161b401a69b89bc87..4c7113ae329274060dadebf0db51cb6d93850ce0 100644 (file)
@@ -266,7 +266,7 @@ func (t *templateHandler) embedTemplates() {
 {{ end }}{{ end }}
 
 <!-- Output all taxonomies as schema.org keywords -->
-<meta itemprop="keywords" content="{{ range $plural, $terms := .Site.Taxonomies }}{{ range $term, $val := $terms }}{{ printf "%s," $term }}{{ end }}{{ end }}" />
+<meta itemprop="keywords" content="{{ if .IsPage}}{{ range $index, $tag := .Params.tags }}{{ $tag }},{{ end }}{{ else }}{{ range $plural, $terms := .Site.Taxonomies }}{{ range $term, $val := $terms }}{{ printf "%s," $term }}{{ end }}{{ end }}{{ end }}" />
 {{ end }}`)
 
        t.addInternalTemplate("", "google_analytics.html", `{{ with .Site.GoogleAnalytics }}