adds footer
This commit is contained in:
parent
897d893216
commit
593086c47a
@ -13,5 +13,6 @@
|
||||
<div class="container py-4">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
{% include 'footer.html' %}
|
||||
</body>
|
||||
</html>
|
||||
|
8
scipaperloader/templates/footer.html
Normal file
8
scipaperloader/templates/footer.html
Normal file
@ -0,0 +1,8 @@
|
||||
<footer>
|
||||
<div class="text-center mt-5">
|
||||
<p class="text-muted small">
|
||||
Powered by Flask • SQLite • Bootstrap • PyZotero<br>
|
||||
Designed for academic use on a local network.
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
Loading…
x
Reference in New Issue
Block a user