mirror of
https://github.com/torproject/community.git
synced 2024-11-23 09:49:49 +00:00
move yec banner below navigation
This commit is contained in:
parent
81f114178f
commit
3c74ab73d2
@ -5,6 +5,7 @@
|
|||||||
<header>
|
<header>
|
||||||
{% include 'navbar.html' %}
|
{% include 'navbar.html' %}
|
||||||
</header>
|
</header>
|
||||||
|
{% include 'banner.html' ignore missing %}
|
||||||
<div class="page">
|
<div class="page">
|
||||||
{% include 'header.html' %}
|
{% include 'header.html' %}
|
||||||
{% include 'pagenav.html' %}
|
{% include 'pagenav.html' %}
|
||||||
|
@ -14,4 +14,3 @@
|
|||||||
baseElement.href = location.href;
|
baseElement.href = location.href;
|
||||||
document.head.appendChild(baseElement);
|
document.head.appendChild(baseElement);
|
||||||
</script>
|
</script>
|
||||||
{% include 'banner.html' ignore missing %}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user