Skip to content

Instantly share code, notes, and snippets.

@portwaypoint
portwaypoint / youtube.rb
Created November 16, 2011 10:48
Jekyll youtube liquid template tag
module Jekyll
class Youtube < Liquid::Tag
@@width = 640
@@height = 510
def initialize(name, id, tokens)
super
@id = id
end