This commit is contained in:
2026-01-12 15:10:49 +00:00
parent a4b421560d
commit cced229c5e

View File

@@ -8,16 +8,17 @@
- base
- config.toml
- id: "base"
- tags: []
- title: ""
- type: page
- path: Empty, Not meant to be visited
- comment: "Base page that others can extend from"
- include: [style.css] // <- FEATURE FOR LATER
- extras
- index.html
- home
- config.toml
- id: "mainHome"
- tags: ["home"]
- title: "home"
- type: page
- path: "/"
@@ -28,9 +29,10 @@
- second
- config.toml
- id: "secondPage"
- tags: ["second", "2"]
- title: "bleh"
- type: page
- path: "/"
- path: "/second"
- extras
- web stamps
- extra data yk
@@ -38,6 +40,7 @@
- 404
- config.toml
- id: "404page"
- tags: ["fallback"]
- title: "home"
- type: page
- path: "/404"