mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-01-09 20:21:06 +01:00
Make 404 content configurable
This commit is contained in:
parent
b04b1f5951
commit
5cd633f92b
|
@ -10,7 +10,7 @@
|
|||
|
||||
{% block content %}
|
||||
<div class="post">
|
||||
<h1 class="post-title">Lost?</h1>
|
||||
<p>This page does not exist.</p>
|
||||
<h1 class="post-title">{% block heading %}Lost?{% endblock heading %}</h1>
|
||||
<p>{% block message %}This page does not exist.{% endblock message %}</p>
|
||||
</div>
|
||||
{% endblock content %}
|
||||
|
|
Loading…
Reference in a new issue