Make variable for Page Title

Would be great to have access to a variable that represents the current page's <title> element value, and one representing the current page's parent folder, so that they could be used in a header or breadcrumb, such as:

<h1>{current_page_title}</h1>

Home --> {current_page_parent_folder} --> {current_page_title}

  • Chris Brewer
  • May 3 2019
  • Reviewed