module Liquid; class Tag; end; end module Jekyll class Avatar < Liquid::Tag VERSION = '0.4.0'.freeze end end