Module: Jekyll::DraftFilter
- Defined in:
- lib/filters.rb
Instance Method Summary collapse
- #draft_html(doc) ⇒ Object
-
#is_draft(doc) ⇒ Object
rubocop:disable Naming/PredicateName.
- #root(doc, site) ⇒ Object
Instance Method Details
#draft_html(doc) ⇒ Object
11 12 13 |
# File 'lib/filters.rb', line 11 def draft_html(doc) Draft.draft_html doc end |