Add footer

This commit is contained in:
Götz 2019-04-12 22:00:40 +02:00
parent 2f037fe9ea
commit 214680882e
2 changed files with 22 additions and 0 deletions

View File

@ -188,4 +188,13 @@
/* ------------------------------------------------------------------------------------------------------------------ */
.realm-delete-link{
color: #6c757d;
}
/* ------------------------------------------------------------------------------------------------------------------ */
/* -- Footer -- */
/* ------------------------------------------------------------------------------------------------------------------ */
footer {
position: fixed;
bottom: 0;
width: 100%;
}

View File

@ -47,6 +47,19 @@
{% block content %}{% endblock %}
{% endblock %}
{% if not realms %}
<footer class="bg-light footer mt-auto py-3 text-center">
<div class="container">
<span class="text-muted">
<a href="{{ url('about') }}">Über</a>
</span>
</div>
</footer>
{% endif %}
{% block js_tail %}{% endblock %}
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.12/js/jquery.dataTables.min.js"></script>