Class: Jekyll::Agda::BrowsablePage

Inherits:
Page
  • Object
show all
Defined in:
lib/jekyll/agda/browsable_page.rb

Instance Method Summary collapse

Instance Method Details

#render_with_liquid?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/jekyll/agda/browsable_page.rb', line 14

def render_with_liquid?
  false
end

#url_placeholdersObject



6
7
8
9
10
11
12
# File 'lib/jekyll/agda/browsable_page.rb', line 6

def url_placeholders
  {
    path: Jekyll::Agda::Weaver::OUTPUT_ROOT, # instead of @dir
    basename: basename,
    output_ext: output_ext,
  }
end