Merge pull request 'QoL Improvements' (#1) from sungsphinx/duckquill:main into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/1
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<h1>Page Not Found</h1>
|
<h1>Page Not Found</h1>
|
||||||
|
|
||||||
<p>The requested page could not be found. If you feel this is not normal, then you create an issue on our issue tracker.</p>
|
<p>The requested page could not be found. If you feel this is not normal, then you can create an issue on the issue tracker.</p>
|
||||||
|
|
||||||
<p class="dialog-buttons">
|
<p class="dialog-buttons">
|
||||||
<a onclick="window.history.go(-1)" class="inline-button">Go Back</a>
|
<a onclick="window.history.go(-1)" class="inline-button">Go Back</a>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if config.extra.footer.show_source %}
|
{% if config.extra.footer.show_source %}
|
||||||
<p><a href="{{ config.extra.source_url }}">Website source</a></p>
|
<p><a href="{{ config.extra.source_url }}">Website Source</a></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if config.extra.footer.show_powered_by %}
|
{% if config.extra.footer.show_powered_by %}
|
||||||
|
@ -2,4 +2,10 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{{ page.content | safe }}
|
{{ page.content | safe }}
|
||||||
|
{% if page.extra.archive %}
|
||||||
|
<div class="statement-container archive">
|
||||||
|
<strong class="big">⚠ Archived</strong>
|
||||||
|
{{ page.extra.archive | markdown | safe }}
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
{% endblock content %}
|
{% endblock content %}
|
Reference in New Issue
Block a user