Module: AllCollectionsTag

Included in:
JekyllAllCollections
Defined in:
lib/all_collections_tag.rb

Overview

Author:

  • Copyright 2020 Michael Slinn

Defined Under Namespace

Classes: AllCollectionsTag

Constant Summary collapse

PLUGIN_NAME =
'all_collections'.freeze
CRITERIA =
%w[date destination draft label last_modified last_modified_at path relative_path title type url].freeze
DRAFT_HTML =
'<i class="jekyll_draft">Draft</i>'.freeze