From cc3f52b9c1c942047c47bffd2080af03ecc38403 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Fri, 20 Nov 2015 18:13:43 +0100 Subject: [PATCH] Add shortcode for speakerdeck --- tpl/template_embedded.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/template_embedded.go b/tpl/template_embedded.go index c4e8392f7..799993402 100644 --- a/tpl/template_embedded.go +++ b/tpl/template_embedded.go @@ -41,6 +41,7 @@ func (t *GoHTMLTemplate) EmbedShortcodes() { {{ end }} `) + t.AddInternalShortcode("speakerdeck.html", "") } func (t *GoHTMLTemplate) EmbedTemplates() { @@ -215,5 +216,4 @@ ga('create', '{{ . }}', 'auto'); ga('send', 'pageview'); {{ end }}`) - }