From: digitalcraftsman Date: Fri, 24 Feb 2017 20:36:11 +0000 (+0100) Subject: tpl: Add title meta tag to twitter card template X-Git-Tag: v0.19~9 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e37e3dcc0465b3834cf47c954b99d3587b324319;p=brevno-suite%2Fhugo tpl: Add title meta tag to twitter card template Fixes #3095 --- diff --git a/tpl/tplimpl/template_embedded.go b/tpl/tplimpl/template_embedded.go index 74bf0a4d..77561d42 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 }}