From 2b97070a924dbf9dbff232386fc6b18e5412e8bd Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Sat, 5 Nov 2016 17:29:49 +0000 Subject: [PATCH] Add include template for video --- _includes/video.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 _includes/video.html diff --git a/_includes/video.html b/_includes/video.html new file mode 100644 index 0000000..659cc4e --- /dev/null +++ b/_includes/video.html @@ -0,0 +1,20 @@ +{% if include.width %} + {% assign width=include.width %} +{% else %} + {% assign width=420 %} +{% endif %} +
+ + + + + {% if include.text %} + {{ include.text | markdownify | hyphenate }} + {% endif %} +
\ No newline at end of file