summary refs log tree commit diff
path: root/_includes
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 /_includes
parent1cc3d1798ec2b7d0cc2fde3f97aea346a22176bf (diff)
switch to toml frontmatter
Diffstat (limited to '_includes')
-rw-r--r--_includes/base.njk3
1 files changed, 1 insertions, 2 deletions
diff --git a/_includes/base.njk b/_includes/base.njk
index 44b3b1f..c3602c7 100644
--- a/_includes/base.njk
+++ b/_includes/base.njk
@@ -1,7 +1,6 @@
 ---
-title: Starfall
+title = "Starfall"
 ---
-
 <!doctype html>
 <html lang=en._US dir=ltr>
 <title>{{ title }}</title>