From da72805a4304a57362e8e79a01cc145767b027c5 Mon Sep 17 00:00:00 2001 From: Bruno Amaral Date: Sat, 29 Oct 2016 11:30:59 +0100 Subject: [PATCH] tpl: Only show post's own keywords in schema.org Fixes #2635 Closes #2646 --- tpl/tplimpl/template_embedded.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/tplimpl/template_embedded.go b/tpl/tplimpl/template_embedded.go index 7629cc76..4c7113ae 100644 --- a/tpl/tplimpl/template_embedded.go +++ b/tpl/tplimpl/template_embedded.go @@ -266,7 +266,7 @@ func (t *templateHandler) embedTemplates() { {{ end }}{{ end }} - + {{ end }}`) t.addInternalTemplate("", "google_analytics.html", `{{ with .Site.GoogleAnalytics }} -- 2.30.2