correction d'une double bordure dans les aggregateurs de page

This commit is contained in:
2026-03-11 01:26:11 +01:00
parent 4a6999ee98
commit 3e9580b3b1
5 changed files with 19 additions and 17 deletions

View File

@@ -17,8 +17,12 @@
</nav>
<div class="layout">
<main class="main-content">{% block content %} {% endblock content %}</main>
<aside>{% include "partials/aside.html" %}</aside>
</div>
{% if page.extra.aside %}
<aside>
{% include "partials/aside.html" %}
</aside>
{% endif %}
</div>
</body>
<footer>
<small class="footer-text">© <script>document.write(new Date().getFullYear())</script> Hatmos. All Rights Reserved.</small>