From e37e3dcc0465b3834cf47c954b99d3587b324319 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Fri, 24 Feb 2017 21:36:11 +0100 Subject: [PATCH] tpl: Add title meta tag to twitter card template Fixes #3095 --- tpl/tplimpl/template_embedded.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tpl/tplimpl/template_embedded.go b/tpl/tplimpl/template_embedded.go index 74bf0a4df..77561d42b 100644 --- a/tpl/tplimpl/template_embedded.go +++ b/tpl/tplimpl/template_embedded.go @@ -213,6 +213,7 @@ func (t *GoHTMLTemplate) EmbedTemplates() { {{ end }} + {{ with .Site.Social.twitter }}{{ end }}