From: digitalcraftsman Date: Fri, 20 Nov 2015 17:38:56 +0000 (+0100) Subject: Add shortcode for github gists X-Git-Tag: v0.15~9 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e03f27cc;p=brevno-suite%2Fhugo Add shortcode for github gists --- diff --git a/tpl/template_embedded.go b/tpl/template_embedded.go index 99a4c150..5ae37a34 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() {