Module: JekyllAllCollections

Defined in:
lib/jekyll_all_collections/all_collections_tag.rb,
lib/hooks/all_collections_hooks.rb

Overview

Author:

  • Copyright 2020 Michael Slinn

Defined Under Namespace

Modules: AllCollectionsHooks 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