1
0
mirror of synced 2025-12-19 18:10:59 -05:00

do not show header notifications on 404 page

This commit is contained in:
Sarah Schneider
2020-12-02 15:00:00 -05:00
parent 7b9ae59be8
commit f5fc721cfe

View File

@@ -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 %}">