Sha256: 3658485a8b6634a81186c5df1463cb191a3b36476c7d510e2d376e3aa07e4010
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.0" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bridgetown-seo-tag-3.0.0 | lib/bridgetown-seo-tag/version.rb |