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.
This commit is contained in:
@@ -8,7 +8,7 @@ pages = [
|
||||
["/", 0.5],
|
||||
["/LICENSE.txt", 0.0],
|
||||
["/contact", 0.5],
|
||||
["/faq", 1.0],
|
||||
#["/faq", 1.0],
|
||||
["/package", 1.0],
|
||||
["/humans.txt", 0.0],
|
||||
["/install", 0.5],
|
||||
|
||||
2066
static/faq.html
2066
static/faq.html
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user