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