refactor: clean-up and modernize templates a little

This commit is contained in:
CJ van den Berg 2025-04-14 21:49:11 +02:00
parent 0572aff394
commit 5e6929fe14
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
6 changed files with 19 additions and 14 deletions

View file

@ -2,7 +2,7 @@
.title = "Flow Control - a programmer's text editor",
.date = @date("2020-07-06T00:00:00"),
.author = "CJ van den Berg",
.layout = "home.shtml",
.layout = "index.shtml",
.draft = false,
---

View file

@ -2,7 +2,7 @@
.title = "FAQ",
.date = @date("2020-07-06T00:00:00"),
.author = "CJ van den Berg",
.layout = "home.shtml",
.layout = "index.shtml",
.draft = false,
---

View file

@ -2,7 +2,7 @@
.title = "Flow Control",
.date = @date("2020-07-06T00:00:00"),
.author = "CJ van den Berg",
.layout = "home.shtml",
.layout = "index.shtml",
.draft = false,
---