summary refs log tree commit diff
path: root/src/index.html
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2023-05-17 20:26:42 -0500
committerStarfall <us@starfall.systems>2023-05-17 20:43:15 -0500
commitab48bfa194a3d24679062217dbe55e7eead51bee (patch)
tree3f64d35c076af8682a2c60c08626e5f722c7c607 /src/index.html
parent1cc3d1798ec2b7d0cc2fde3f97aea346a22176bf (diff)
switch to toml frontmatter
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html
index e4aa82e..1af2fb6 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,6 +1,6 @@
 ---
-layout: base.njk
-title: starfall.systems
+title = "starfall.systems"
+layout = "base.njk"
 ---
 
 Hello, World!