diff --git a/tpl/tplimpl/template_embedded.go b/tpl/tplimpl/template_embedded.go index f0b32bdd6..44bd76189 100644 --- a/tpl/tplimpl/template_embedded.go +++ b/tpl/tplimpl/template_embedded.go @@ -216,7 +216,6 @@ func (t *GoHTMLTemplate) EmbedTemplates() { {{ with .Site.Social.twitter }}{{ end }} -{{ with .Site.Social.twitter_domain }}{{ end }} {{ range .Site.Authors }} {{ with .twitter }}{{ end }} {{ end }}{{ end }}`)