summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-12-07 00:40:40 -0800
committerPinapelz <yukais@pinapelz.com>2025-12-07 00:40:40 -0800
commitce0ee202bd14084d250c69a50da71f8b2fe29e7d (patch)
tree65fd0a887933d711c4b90ae1835080fc61588508
parent41ea13a2000ab9beae019590e1155cd2f09d6719 (diff)
fix current page on navbar selection
-rw-r--r--pinapelz.moe/about.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pinapelz.moe/about.html b/pinapelz.moe/about.html
index 15ae82b..7a78ccb 100644
--- a/pinapelz.moe/about.html
+++ b/pinapelz.moe/about.html
@@ -64,8 +64,8 @@
<nav aria-label="Main navigation">
<ul>
<li><a href="/">home</a></li>
- <li><a href="/about.html">webmaster</a></li>
- <li><a href="/projects.html" aria-current="page">projects</a></li>
+ <li><a href="/about.html" aria-current="page">webmaster</a></li>
+ <li><a href="/projects.html">projects</a></li>
</ul>
</nav>
</div>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage