diff options
Diffstat (limited to 'blog/_plugins')
-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) |