Class: Jekyll::Agda::BrowsablePage
- Inherits:
-
Page
- Object
- Page
- Jekyll::Agda::BrowsablePage
- Defined in:
- lib/jekyll/agda/browsable_page.rb
Instance Method Summary collapse
Instance Method Details
#render_with_liquid? ⇒ Boolean
14 15 16 |
# File 'lib/jekyll/agda/browsable_page.rb', line 14 def render_with_liquid? false end |
#url_placeholders ⇒ Object
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 |