summary refs log tree commit diff
path: root/_includes/base.njk
diff options
context:
space:
mode:
Diffstat (limited to '_includes/base.njk')
-rw-r--r--_includes/base.njk8
1 files changed, 4 insertions, 4 deletions
diff --git a/_includes/base.njk b/_includes/base.njk
index 302f5cd..5924218 100644
--- a/_includes/base.njk
+++ b/_includes/base.njk
@@ -1,5 +1,8 @@
 ---
 title = "Starfall"
+
+[navOptions]
+activeAnchorClass = "active"
 ---
 <!doctype html>
 <html lang=en-US dir=ltr>
@@ -8,7 +11,7 @@ title = "Starfall"
 	<meta charset=UTF-8>
 	<meta name=robots content="noindex, nofollow">
 	<meta name=viewport content="width=device-width, initial-scale=1">
-	<link rel=stylesheet href=/css/terminal.css>
+	<link rel=stylesheet href=/css/base.css>
 	<script src='/js/moon-phase.js'></script>
 	{{ extraHeadContent | safe }}
 </head>
@@ -34,9 +37,6 @@ title = "Starfall"
 </main>
 
 <footer>
-<section>
-	<p>This site is 100% <a href=https://git.starfall.systems/infra/web>source-available</a>. © 2020-2024 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>