From 1df389da097411e437aa33aa104132bc593e1ed4 Mon Sep 17 00:00:00 2001 From: Starfall Date: Wed, 17 May 2023 23:48:16 -0500 Subject: feature: use eleventyNavigation plugin for nav --- src/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'src/index.html') diff --git a/src/index.html b/src/index.html index 1af2fb6..8cef046 100644 --- a/src/index.html +++ b/src/index.html @@ -1,6 +1,7 @@ --- title = "starfall.systems" layout = "base.njk" +eleventyNavigation.key = "Home" --- Hello, World! -- cgit