From 706531b60da31c53f852e9c104b55a45fb4bd4ab Mon Sep 17 00:00:00 2001 From: Josh Habdas Date: Wed, 19 Apr 2017 22:39:20 +0800 Subject: [PATCH] fix(includes/video): use https always (#945) closes #944 --- _includes/video | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/video b/_includes/video index f7361079..01b58dda 100644 --- a/_includes/video +++ b/_includes/video @@ -4,7 +4,7 @@
{% if video_provider == "vimeo" %} - + {% elsif video_provider == "youtube" %} {% endif %}