Skip to content

Instantly share code, notes, and snippets.

View DSIW's full-sized avatar

Max DSIW

View GitHub Profile
@DSIW
DSIW / Fancybox.rb
Created September 15, 2012 14:28 — forked from gehaxelt/Fancybox.rb
Fancybox.rb
# encoding: utf-8
module Jekyll
class Fancybox < Liquid::Tag
BASE_URL = "http://gehaxelt.in"
def initialize(name, params, tokens)
super
@msg = "Params of 'fancybox' have to be [img_url] \"[title]\" \"[alt]\""