- Need to set defaults so that yml front matter is not required on every page
defaults:
- scope: path: "" type: pages values: layout: single
- Need to create a custom layout called "delphin_page" because the default layout includes the page title on the page which means it shows twice (since the page title is generated from the top heading in the MD)