Add footer template and include it in base and hero templates; update legal URL path
All checks were successful
Build and push Docker image / build (push) Successful in 2m6s
All checks were successful
Build and push Docker image / build (push) Successful in 2m6s
This commit is contained in:
parent
ac07607dd0
commit
c115fa603c
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