class Jekyll::PageExcerpt

def render_with_liquid?

def render_with_liquid?
  return false if data["render_with_liquid"] == false
  Jekyll::Utils.has_liquid_construct?(content)
end