class Jekyll::Page

def relative_path

The path to the page source file, relative to the site source
def relative_path
  @relative_path ||= PathManager.join(@dir, @name).delete_prefix("/")
end