diff --git a/tpl/template_embedded.go b/tpl/template_embedded.go index 799993402..b15b6bf40 100644 --- a/tpl/template_embedded.go +++ b/tpl/template_embedded.go @@ -42,6 +42,7 @@ func (t *GoHTMLTemplate) EmbedShortcodes() { `) t.AddInternalShortcode("speakerdeck.html", "") + t.AddInternalShortcode("youtube.html", `
`) } func (t *GoHTMLTemplate) EmbedTemplates() {