Class: Jekyll::Geolexica::ConceptPage::HTML
Instance Attribute Summary
#concept
Instance Method Summary
collapse
#initialize, #termid, #type
Instance Method Details
#collection_name ⇒ Object
40
41
42
|
# File 'lib/jekyll/geolexica/concept_page.rb', line 40
def collection_name
"concepts"
end
|
#layout ⇒ Object
44
45
46
|
# File 'lib/jekyll/geolexica/concept_page.rb', line 44
def layout
"concept"
end
|
#page_name ⇒ Object
36
37
38
|
# File 'lib/jekyll/geolexica/concept_page.rb', line 36
def page_name
"#{termid}.html"
end
|
#permalink ⇒ Object
52
53
54
|
# File 'lib/jekyll/geolexica/concept_page.rb', line 52
def permalink
"/concepts/#{termid}/"
end
|
#uses_liquid ⇒ Object
48
49
50
|
# File 'lib/jekyll/geolexica/concept_page.rb', line 48
def uses_liquid
true
end
|