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