From 8495087ccccd466c78f45a044d85e22c88131a84 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Mon, 17 Oct 2016 12:47:43 +0200 Subject: Use https-link to youtube. --- blog/_plugins/video_embed.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/_plugins/video_embed.rb b/blog/_plugins/video_embed.rb index cf4d04a..e3bbc40 100644 --- a/blog/_plugins/video_embed.rb +++ b/blog/_plugins/video_embed.rb @@ -10,7 +10,7 @@ module Jekyll "ted" => ->(id) { "https://embed-ssl.ted.com/talks/#{id}.html" }, "ustream" => ->(id) { "http://ustream.tv/embed/#{id}" }, "vimeo" => ->(id) { "https://player.vimeo.com/video/#{id}" }, - "youtube" => ->(id) { "http://youtube.com/embed/#{id}" } + "youtube" => ->(id) { "https://youtube.com/embed/#{id}" } } def initialize(tag_name, markup, tokens) -- cgit v1.2.3