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