Let's have the footer come before the adblocker notice

This commit is contained in:
Aminda Suomalainen 2024-05-20 21:30:37 +03:00
parent 68f0c2d5a8
commit de5140a96e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@
<div class="wrapper">{{ content }}</div>
</div>
{% include ad.html %} {% include footer.html %}
{% include footer.html %} {% include ad.html %}
</body>
</html>