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