diff --git a/tpl/template_embedded.go b/tpl/template_embedded.go index 99a4c1502..5ae37a340 100644 --- a/tpl/template_embedded.go +++ b/tpl/template_embedded.go @@ -46,6 +46,7 @@ func (t *GoHTMLTemplate) EmbedShortcodes() { t.AddInternalShortcode("vimeo.html", `
`) + t.AddInternalShortcode("gist.html", ``) } func (t *GoHTMLTemplate) EmbedTemplates() {