From ab48bfa194a3d24679062217dbe55e7eead51bee Mon Sep 17 00:00:00 2001 From: Starfall Date: Wed, 17 May 2023 20:26:42 -0500 Subject: switch to toml frontmatter --- src/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/index.html') 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! -- cgit