Module: Staticpress::Content::CollectionContent
Instance Method Summary collapse
Instance Method Details
#template_path ⇒ Object
7 8 9 |
# File 'lib/staticpress/content/collection_content.rb', line 7 def template_path theme.view_for(*preferred_layout_names) end |
#template_types ⇒ Object
3 4 5 |
# File 'lib/staticpress/content/collection_content.rb', line 3 def template_types find_supported_extensions template_path end |