From: digitalcraftsman Date: Fri, 20 Nov 2015 17:13:43 +0000 (+0100) Subject: Add shortcode for speakerdeck X-Git-Tag: v0.15~12 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cc3f52b9;p=brevno-suite%2Fhugo Add shortcode for speakerdeck --- diff --git a/tpl/template_embedded.go b/tpl/template_embedded.go index c4e8392f..79999340 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 }}`) - }