module Staticpress::Content::CollectionContent

Public Instance Methods

template_path() click to toggle source
# File lib/staticpress/content/collection_content.rb, line 7
def template_path
  theme.view_for(*preferred_layout_names)
end
template_types() click to toggle source
# File lib/staticpress/content/collection_content.rb, line 3
def template_types
  find_supported_extensions template_path
end