class Jekyll::LiquidRenderer

def new_profile_hash

def new_profile_hash
  Hash.new { |hash, key| hash[key] = 0 }
end