diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2016-10-17 12:47:43 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2016-10-17 12:47:43 +0200 |
commit | 8495087ccccd466c78f45a044d85e22c88131a84 (patch) | |
tree | 5768022c724f55b3c4dbba8fb42ffc3293316593 /blog | |
parent | a362cae44e463900ead607bfcc35daeb478615eb (diff) | |
download | norsk-urskog-main-8495087ccccd466c78f45a044d85e22c88131a84.tar.gz norsk-urskog-main-8495087ccccd466c78f45a044d85e22c88131a84.tar.bz2 norsk-urskog-main-8495087ccccd466c78f45a044d85e22c88131a84.zip |
Use https-link to youtube.
Diffstat (limited to 'blog')
-rw-r--r-- | blog/_plugins/video_embed.rb | 2 |
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) |