static: remove source page
All checks were successful
Static / Flake checks (push) Successful in 21s
Static / Create distribution (push) Successful in 47s

There are not that many repositories so an index is not helpful.
This commit is contained in:
2025-06-28 19:30:26 +09:00
parent 09ee7085d1
commit bf8a0cfc8d
4 changed files with 3 additions and 319 deletions

View File

@@ -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>