mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
feat: Implement dedicated 404 page for routes under /_continuwuity/
This commit is contained in:
@@ -21,7 +21,14 @@
|
||||
\二つ
|
||||
</pre>
|
||||
<div class="panel">
|
||||
<h1>Request error<small aria-hidden>(︶^︶)</small></h1>
|
||||
<h1>
|
||||
{% if status == StatusCode::NOT_FOUND %}
|
||||
Not found
|
||||
{% else %}
|
||||
Request error
|
||||
{% endif %}
|
||||
<small aria-hidden>(︶^︶)</small>
|
||||
</h1>
|
||||
|
||||
<pre><code>{{ error }}</code></pre>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user