Skip to content

Commit be8fb7e

Browse files
chore: removed the footer
1 parent 0c738d9 commit be8fb7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<body>
1616

1717
{% include 'ext/navbar.html' %}
18-
<div class="container mt-5">
18+
<div class="container">
1919
{% block content %}{% endblock %}
2020
</div>
21-
{% include 'ext/footer.html' %}
21+
<!-- {% include 'ext/footer.html' %} -->
2222
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
2323
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
2424
<script src="{{ url_for('static', filename='js/script.js') }}"></script>

0 commit comments

Comments
 (0)