diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-06-29 03:46:15 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-06-29 03:46:15 +0900 |
| commit | 34b55506fe58760262d685ad8565c1ef7f2dadf2 (patch) | |
| tree | 137e64b980169020d88438ab46e11bc4f9b7df8d /templates/header.html | |
| parent | 6aab6189bd8a4ce9c9807d77505362fe03b3c8b8 (diff) | |
static: remove faq page for now
This will be useful after we get some kind of userbase. Omit this for
now since there is nothing to put there.
Diffstat (limited to 'templates/header.html')
| -rw-r--r-- | templates/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.html b/templates/header.html index ebac7dd4..99a8950e 100644 --- a/templates/header.html +++ b/templates/header.html @@ -4,7 +4,7 @@ <li {% if current_page == "/" %}aria-current="page"{% endif %}><a href="/"><img src="[[path|/mask-icon.svg]]" alt=""/>Hakurei</a></li> <li {% if current_page == "package" %}aria-current="page"{% endif %}><a href="/package.html">Package</a></li> <li {% if current_page == "install" %}aria-current="page"{% endif %}><a href="/install.html">Install</a></li> - <li {% if current_page == "faq" %}aria-current="page"{% endif %}><a href="/faq.html">FAQ</a></li> + <!-- <li {% if current_page == "faq" %}aria-current="page"{% endif %}><a href="/faq.html">FAQ</a></li> --> <li {% if current_page == "contact" %}aria-current="page"{% endif %}><a href="/contact.html">Contact</a></li> </ul> </nav> |
