diff options
author | Starfall <us@starfall.systems> | 2023-05-17 23:48:16 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-05-24 12:51:23 -0500 |
commit | 1df389da097411e437aa33aa104132bc593e1ed4 (patch) | |
tree | 73436a20e5431f8a993c0ab700b21da52e9290ec /src/index.html | |
parent | 59b4b8a05c0db82ffec953f0e2e6e484c6e74b45 (diff) |
feature: use eleventyNavigation plugin for nav
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
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! |