do not show header notifications on 404 page
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
<div class="border-bottom border-gray-light no-print">
|
<div class="border-bottom border-gray-light no-print">
|
||||||
|
{% unless error == '404' %}
|
||||||
{% include header-notification %}
|
{% include header-notification %}
|
||||||
|
{% endunless %}
|
||||||
|
|
||||||
<header class="container-xl px-3 px-md-6 pt-3 pb-2 position-relative d-flex flex-justify-between width-full {% if error == '404' %} d-md-none {% endif %}">
|
<header class="container-xl px-3 px-md-6 pt-3 pb-2 position-relative d-flex flex-justify-between width-full {% if error == '404' %} d-md-none {% endif %}">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user