Class: Rop::NonLiquidDocument

Inherits:
Jekyll::Document
  • Object
show all
Defined in:
lib/rop/project_reader.rb

Overview

Can be overridden by default_repo_branch in site config. Used by shallow_git_checkout.

Instance Method Summary collapse

Instance Method Details

#render_with_liquid?Boolean

Returns:

  • (Boolean)


15
16
17
# File 'lib/rop/project_reader.rb', line 15

def render_with_liquid?
  false
end