Merge pull request #7 from ipetkov/404

Add 404 page which fits the rest of the theme
This commit is contained in:
Paweł Romanowski 2021-12-08 20:36:51 +01:00 committed by GitHub
commit 880b4bdb84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 2 deletions

View file

@ -47,7 +47,9 @@
</div>
</div>
{% block header_menu %}
{{ menu_macros::menu(config=config, current_path=current_path) }}
{% endblock header_menu %}
</header>
{% endblock header %}