# frozen_string_literal: true

module Liquid; class Tag; end; end

module Jekyll
  class Avatar < Liquid::Tag
    VERSION = "0.8.0"
  end
end
