Class: Jekyll::Drops::ExcerptDrop
- Inherits:
-
DocumentDrop
- Object
- Liquid::Drop
- Drop
- DocumentDrop
- Jekyll::Drops::ExcerptDrop
- Defined in:
- lib/jekyll/drops/excerpt_drop.rb
Constant Summary
Constants inherited from DocumentDrop
DocumentDrop::NESTED_OBJECT_FIELD_BLACKLIST
Constants inherited from Drop
Instance Method Summary collapse
Methods inherited from DocumentDrop
#collapse_document, #collection, #hash_for_json, #next, #previous
Methods inherited from Drop
#[], #[]=, #content_methods, #each, #each_key, #hash_for_json, #initialize, #inspect, #key?, #keys, #merge, #merge!, mutable, mutable?, #to_h, #to_json
Constructor Details
This class inherits a constructor from Jekyll::Drops::Drop
Instance Method Details
#excerpt ⇒ Object
10 11 12 |
# File 'lib/jekyll/drops/excerpt_drop.rb', line 10 def excerpt nil end |
#layout ⇒ Object
6 7 8 |
# File 'lib/jekyll/drops/excerpt_drop.rb', line 6 def layout @obj.doc.data['layout'] end |