Add: footer, meta info, move api to footer

This commit is contained in:
2023-09-07 22:32:54 +09:00
parent 016994d594
commit 3672d8b321
9 changed files with 46 additions and 25 deletions

View File

@@ -6,7 +6,7 @@
{% endblock collector_head %}
{% block collector_content %}
<header>
<header class="sticky-top">
<section>
{% include 'includes/navigation.html' %}
</section>
@@ -16,9 +16,9 @@
{% block main %}{% endblock main %}
</section>
</main>
<footer>
<footer class="footer mt-auto">
<section>
{% block footer %}{% endblock footer %}
{% include 'includes/footer.html' %}
</section>
</footer>
{% endblock collector_content %}