summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-06-28 19:30:26 +0900
committerOphestra <cat@gensokyo.uk>2025-06-28 19:30:26 +0900
commitbf8a0cfc8d6badefbd4e8fa7b6b2e2aa61af9dea (patch)
treef22d30612b0ccc6a1c9dd62e9a82e1f8c38fc374 /templates
parent09ee7085d1483f8e78f306e5d965cc810993d82f (diff)
static: remove source page
There are not that many repositories so an index is not helpful.
Diffstat (limited to 'templates')
-rw-r--r--templates/header.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/header.html b/templates/header.html
index 46f130ba..13894d0a 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -7,7 +7,6 @@
<li {% if current_page == "build" %}aria-current="page"{% endif %}><a href="/build.html">Build</a></li>
<li {% if current_page == "usage" %}aria-current="page"{% endif %}><a href="/usage.html">Usage</a></li>
<li {% if current_page == "faq" %}aria-current="page"{% endif %}><a href="/faq.html">FAQ</a></li>
- <li {% if current_page == "source" %}aria-current="page"{% endif %}><a href="/source.html">Source</a></li>
<li {% if current_page == "contact" %}aria-current="page"{% endif %}><a href="/contact.html">Contact</a></li>
</ul>
</nav>