Sha256: ecda8d31d8870772447fffc8cccf792c9e632645183e4bf5e9126b3901c9baf6
Contents?: true
Size: 171 Bytes
Versions: 1
Compression:
Stored size: 171 Bytes
Contents
# frozen_string_literal: true # Prevent bundler errors module Liquid; class Tag; end; end module Bridgetown class SeoTag < Liquid::Tag VERSION = "3.0.3" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bridgetown-seo-tag-3.0.3 | lib/bridgetown-seo-tag/version.rb |