From 4424288d9bbe54011685189a3600f7d876375558 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Fri, 20 Nov 2015 18:31:37 +0100 Subject: [PATCH] Add shortcode for youtube --- tpl/template_embedded.go | 1 + 1 file changed, 1 insertion(+) 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() {