From 90dd57483be8adae5e0f0e346e96e74505d335c4 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 38672a2..8955c7c 100644 --- a/_includes/video +++ b/_includes/video @@ -7,5 +7,7 @@ {% elsif video_provider == "youtube" %} +{% elsif video_provider == "google-drive" %} + {% endif %} -- 2.45.2