class Jekyll::OpenProjectHelpers::NonLiquidDocument

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

Public Instance Methods

render_with_liquid?() click to toggle source
# File lib/jekyll-theme-open-project-helpers/project_data_reader.rb, line 14
def render_with_liquid?
  return false
end