Remove reduant class

This commit is contained in:
daudix
2024-10-27 03:19:57 +03:00
parent 6b70c103c1
commit 77b16597b0
7 changed files with 84 additions and 59 deletions

View File

@ -11,10 +11,10 @@
<p>The requested page could not be found.{% if config.extra.issues_url %} If you feel this is not normal, then you can create an issue on the issue tracker.{% endif %}</p>
<div class="dialog-buttons">
<a class="inline-button" href="{{ get_url(path='/', lang=lang) }}">Go Home</a>
<div class="buttons">
<a href="{{ get_url(path='/', lang=lang) }}">Go Home</a>
{%- if config.extra.issues_url %}
<a class="inline-button colored external" href="{{ config.extra.issues_url }}" rel="{{ rel_attributes }}">File an Issue</a>
<a class="colored external" href="{{ config.extra.issues_url }}" rel="{{ rel_attributes }}">File an Issue</a>
{%- endif %}
</div>
{% endblock content %}