move yec banner below navigation

This commit is contained in:
Jérôme Charaoui 2024-10-14 11:45:17 -04:00
parent 81f114178f
commit 3c74ab73d2
No known key found for this signature in database
GPG Key ID: 69C52F658E988542
2 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@
<header>
{% include 'navbar.html' %}
</header>
{% include 'banner.html' ignore missing %}
<div class="page">
{% include 'header.html' %}
{% include 'pagenav.html' %}

View File

@ -14,4 +14,3 @@
baseElement.href = location.href;
document.head.appendChild(baseElement);
</script>
{% include 'banner.html' ignore missing %}