summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2016-10-17 12:47:43 +0200
committerHarald Eilertsen <haraldei@anduin.net>2016-10-17 12:47:43 +0200
commit8495087ccccd466c78f45a044d85e22c88131a84 (patch)
tree5768022c724f55b3c4dbba8fb42ffc3293316593
parenta362cae44e463900ead607bfcc35daeb478615eb (diff)
downloadnorsk-urskog-main-8495087ccccd466c78f45a044d85e22c88131a84.tar.gz
norsk-urskog-main-8495087ccccd466c78f45a044d85e22c88131a84.tar.bz2
norsk-urskog-main-8495087ccccd466c78f45a044d85e22c88131a84.zip
Use https-link to youtube.
-rw-r--r--blog/_plugins/video_embed.rb2
1 files changed, 1 insertions, 1 deletions
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)