diff options
author | Starfall <us@starfall.systems> | 2024-02-27 16:44:34 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2024-02-27 16:44:34 -0600 |
commit | 1612ae4ac04ba42bc993e3c9371c116fc502dc35 (patch) | |
tree | 2ec876b3a3ac5bd66b0ea2ed5f12cd1538ed1d61 /src | |
parent | e9d57ba2892c78e08c426b4dadbe3a91bc0de2e0 (diff) |
fix navbar and source links
Diffstat (limited to 'src')
-rw-r--r-- | src/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 51c78fd..b4c5ce8 100644 --- a/src/index.html +++ b/src/index.html @@ -1,7 +1,10 @@ --- title = "starfall.systems" layout = "base.njk" -eleventyNavigation.key = "Home" + +[eleventyNavigation] +key = "Home" +order = -1 --- <section id=about> |