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 /_includes | |
parent | e9d57ba2892c78e08c426b4dadbe3a91bc0de2e0 (diff) |
fix navbar and source links
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/base.njk | 2 | ||||
-rw-r--r-- | _includes/blogpost.njk | 2 |
2 files changed, 2 insertions, 2 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> |