static: remove unused pages
This commit is contained in:
parent
ae9ca7d568
commit
2981b588d7
@ -7,13 +7,11 @@ base = "https://hakurei.app"
|
||||
pages = [
|
||||
["/", 0.5],
|
||||
["/LICENSE.txt", 0.0],
|
||||
["/build", 0.5],
|
||||
["/contact", 0.5],
|
||||
["/faq", 1.0],
|
||||
["/package", 1.0],
|
||||
["/humans.txt", 0.0],
|
||||
["/install", 0.5],
|
||||
["/usage", 1.0]
|
||||
]
|
||||
|
||||
base_mtime = getmtime("static-tmp")
|
||||
|
1384
static/build.html
1384
static/build.html
File diff suppressed because it is too large
Load Diff
1445
static/usage.html
1445
static/usage.html
File diff suppressed because it is too large
Load Diff
@ -4,8 +4,6 @@
|
||||
<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 == "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 == "contact" %}aria-current="page"{% endif %}><a href="/contact.html">Contact</a></li>
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user