Use button instead of a link on 404, add cursor style, fix capitalisation
This commit is contained in:
@ -93,7 +93,7 @@
|
||||
{% endif %}
|
||||
|
||||
<p class="dialog-buttons">
|
||||
<a class="inline-button" href="#top">Go to top</a>
|
||||
<a class="inline-button colored" href="{{ config.extra.issues_url }}">File an issue</a>
|
||||
<a class="inline-button" href="#top">Go to Top</a>
|
||||
<a class="inline-button colored" href="{{ config.extra.issues_url }}">File an Issue</a>
|
||||
</p>
|
||||
{% endblock content %}
|
||||
|
Reference in New Issue
Block a user