module Liquid; class Tag; end; end module Jekyll class Avatar < Liquid::Tag VERSION = '0.1.1' end end