Method: Jekyll::Page#html?

Defined in:
lib/ngage/jekyll/page.rb

#html?Boolean

Returns the Boolean of whether this Page is HTML or not.

Returns:

  • (Boolean)


168
169
170
# File 'lib/ngage/jekyll/page.rb', line 168

def html?
  HTML_EXTENSIONS.include?(output_ext)
end