Remove footer and refactor layout to use fluid sidebar width

This commit is contained in:
Paul Nicoué 2025-06-06 16:36:35 +02:00
parent 1355557a98
commit 748472a5d0
4 changed files with 25 additions and 81 deletions

View file

@ -45,27 +45,6 @@
{% block main %}
{% endblock %}
{% block footer %}
<footer>
{% if instagram.isNotEmpty %}
<a class="footer__link footer__instagram-link"
href="{{ instagram }}"
target="_blank"
aria-label="Go to {{ site.title }}'s Instagram profile">
{{ svg('images/feather-instagram-custom.svg') | raw }}
</a>
{% endif %}
{% if email.isNotEmpty %}
<a class="footer__link footer__mail-link"
href="mailto:{{ email }}"
target="_blank"
aria-label="Write an email to {{ site.title }}">
{{ svg('images/feather-mail-custom.svg') | raw }}
</a>
{% endif %}
</footer>
{% endblock %}
</div>
</body>