class Jekyll::Geolexica::ConceptPage::HTML
Public Instance Methods
collection_name()
click to toggle source
# File lib/jekyll/geolexica/concept_page.rb, line 40 def collection_name "concepts" end
layout()
click to toggle source
# File lib/jekyll/geolexica/concept_page.rb, line 44 def layout "concept" end
page_name()
click to toggle source
# File lib/jekyll/geolexica/concept_page.rb, line 36 def page_name "#{termid}.html" end
permalink()
click to toggle source
# File lib/jekyll/geolexica/concept_page.rb, line 52 def permalink "/concepts/#{termid}/" end
uses_liquid()
click to toggle source
# File lib/jekyll/geolexica/concept_page.rb, line 48 def uses_liquid true end