Group pages within their own directory
Add `pages` as it's own content type, and move all page content into the appropriate directory. Any references to `layout` in the YAML front matter has also been removed as it's implied by the content type. Except for `about.md` which does explicity use a different layout.
This commit is contained in:
parent
a9132738af
commit
d97621c42c
18 changed files with 2 additions and 16 deletions
9
source/_pages/accessibility.md
Normal file
9
source/_pages/accessibility.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: Accessibility
|
||||
use: [posts]
|
||||
---
|
||||
# Accessibility
|
||||
|
||||
I have made as much effort as possible to make this website accessible to all users.
|
||||
|
||||
If you have any suggestions to improve the site, please [contact me](/contact/).
|
Loading…
Add table
Add a link
Reference in a new issue