Sha256: 428832b071062313f8f35bef28513ced2f8c88b4aa717ede25c57082cc629b76
Contents?: true
Size: 263 Bytes
Versions: 2
Compression:
Stored size: 263 Bytes
Contents
# require `jekyll/document` first to overide `Jekyll::Document` require "jekyll/document" require "jekyll/tagging/related_posts/version" require "jekyll/tagging/related_posts" module Jekyll class Document include ::Jekyll::Tagging::RelatedPosts end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-tagging-related_posts-1.0.0 | lib/jekyll-tagging-related_posts.rb |
jekyll-tagging-related_posts-0.2.2 | lib/jekyll-tagging-related_posts.rb |