From e03f27ccf852a07b868bd87824129b41c2b42ebc Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Fri, 20 Nov 2015 18:38:56 +0100 Subject: [PATCH] Add shortcode for github gists --- tpl/template_embedded.go | 1 + 1 file changed, 1 insertion(+) 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() {