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 }}`) - }