Add footer template and include it in base and hero templates; update legal URL path
Signed-off-by: Edgar P. Burkhart <git@edgarpierre.fr>
This commit is contained in:
parent
ac07607dd0
commit
5c99306f74
5 changed files with 16 additions and 3 deletions
|
@ -68,6 +68,9 @@
|
|||
{% block content %}
|
||||
{% endblock content %}
|
||||
</main>
|
||||
<footer class="container">
|
||||
{% include "footer.html" %}
|
||||
</footer>
|
||||
{% endblock body %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue