From 3027b15176bd0906de460f9fd8fe91c6c3a73472 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Fri, 20 Nov 2015 18:33:46 +0100 Subject: [PATCH] Add shortcode for vimeo --- tpl/template_embedded.go | 3 +++ 1 file changed, 3 insertions(+) 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() {