From cced229c5e2a0edfec814b0ecca7502ec650022f Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Mon, 12 Jan 2026 15:10:49 +0000 Subject: [PATCH] edits --- bleh.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bleh.txt b/bleh.txt index f72786b..2932c27 100644 --- a/bleh.txt +++ b/bleh.txt @@ -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"