remove footer of sf, add html lang attr

This commit is contained in:
Tykayn 2022-03-08 12:52:55 +01:00 committed by tykayn
parent 2fe844d35d
commit 883bbe7bd5
2 changed files with 1 additions and 13 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<base href="/">

View File

@ -1,14 +1,2 @@
{% block footer %}
<footer>
<nav>
<ul>
<li>
<a href="/">
<i class="fa fa-home"></i>
</a>
</li>
</ul>
</nav>
</footer>
{% endblock %}