From 8b41b7350fbbd9e76c16fd4d653f9d72472871c2 Mon Sep 17 00:00:00 2001 From: Lars Olesen Date: Mon, 26 Nov 2018 02:40:54 +0100 Subject: [PATCH] Add Google Drive as video provider (#1967) --- _includes/video | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/video b/_includes/video index 38672a2d9ecf..8955c7c49470 100644 --- a/_includes/video +++ b/_includes/video @@ -7,5 +7,7 @@ {% elsif video_provider == "youtube" %} +{% elsif video_provider == "google-drive" %} + {% endif %}