summary refs log tree commit diff
path: root/_includes/blogpost.njk
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2024-02-27 16:44:34 -0600
committerStarfall <us@starfall.systems>2024-02-27 16:44:34 -0600
commit1612ae4ac04ba42bc993e3c9371c116fc502dc35 (patch)
tree2ec876b3a3ac5bd66b0ea2ed5f12cd1538ed1d61 /_includes/blogpost.njk
parente9d57ba2892c78e08c426b4dadbe3a91bc0de2e0 (diff)
fix navbar and source links
Diffstat (limited to '_includes/blogpost.njk')
-rw-r--r--_includes/blogpost.njk2
1 files changed, 1 insertions, 1 deletions
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>