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 | |
parent | e9d57ba2892c78e08c426b4dadbe3a91bc0de2e0 (diff) |
fix navbar and source links
-rw-r--r-- | _includes/base.njk | 2 | ||||
-rw-r--r-- | _includes/blogpost.njk | 2 | ||||
-rw-r--r-- | src/index.html | 5 |
3 files changed, 6 insertions, 3 deletions
diff --git a/_includes/base.njk b/_includes/base.njk index f4bfa7d..9d489f1 100644 --- a/_includes/base.njk +++ b/_includes/base.njk @@ -35,7 +35,7 @@ title = "Starfall" <footer> <section> - <p>This site is 100% <a href=https://git.starfall.systems/web>source-available</a>. © 2020-2023 Starfall. See <a href=https://git.starfall.systems/web/tree/COPYING.md rel=license>COPYING.md</a>. + <p>This site is 100% <a href=https://git.starfall.systems/infra/web>source-available</a>. © 2020-2023 Starfall. See <a href=https://git.starfall.systems/infra/web/tree/COPYING.md rel=license>COPYING.md</a>. </section> <div style=text-align:center>∨/∧</div> </footer> diff --git a/_includes/blogpost.njk b/_includes/blogpost.njk index 11f7582..75e2576 100644 --- a/_includes/blogpost.njk +++ b/_includes/blogpost.njk @@ -37,7 +37,7 @@ title = "Starfall" <footer> <section> - <p>This site is 100% <a href=https://git.starfall.systems/web>source-available</a>. © 2020-2023 Starfall. See <a href=https://git.starfall.systems/web/tree/COPYING.md rel=license>COPYING.md</a>. + <p>This site is 100% <a href=https://git.starfall.systems/infra/web>source-available</a>. © 2020-2023 Starfall. See <a href=https://git.starfall.systems/infra/web/tree/COPYING.md rel=license>COPYING.md</a>. </section> <div style=text-align:center>⋁/⋀</div> </footer> 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> |