From c877c7c6af5911631f7a4cadc5d616efea92bad5 Mon Sep 17 00:00:00 2001 From: Josh Habdas Date: Mon, 10 Apr 2017 23:54:41 +0800 Subject: [PATCH] fix(includes/video): use https always closes #944 --- _includes/video | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/video b/_includes/video index f7361079f7dc..01b58ddac4d0 100644 --- a/_includes/video +++ b/_includes/video @@ -4,7 +4,7 @@
{% if video_provider == "vimeo" %} - + {% elsif video_provider == "youtube" %} {% endif %}