Module: Staticpress::Content::CollectionContent

Included in:
Category, Index, Tag
Defined in:
lib/staticpress/content/collection_content.rb

Instance Method Summary collapse

Instance Method Details

#template_pathObject



7
8
9
# File 'lib/staticpress/content/collection_content.rb', line 7

def template_path
  theme.view_for(*preferred_layout_names)
end

#template_typesObject



3
4
5
# File 'lib/staticpress/content/collection_content.rb', line 3

def template_types
  find_supported_extensions template_path
end