class Jekyll::Geolexica::ConceptPage::JSONLD

Public Instance Methods

collection_name() click to toggle source
# File lib/jekyll/geolexica/concept_page.rb, line 88
def collection_name
  "concepts_jsonld"
end
layout() click to toggle source
# File lib/jekyll/geolexica/concept_page.rb, line 92
def layout
  "concept.jsonld"
end
page_name() click to toggle source
# File lib/jekyll/geolexica/concept_page.rb, line 84
def page_name
  "#{termid}.jsonld"
end
uses_liquid() click to toggle source
# File lib/jekyll/geolexica/concept_page.rb, line 96
def uses_liquid
  true
end