Add footer
This commit is contained in:
parent
2f037fe9ea
commit
214680882e
@ -188,4 +188,13 @@
|
||||
/* ------------------------------------------------------------------------------------------------------------------ */
|
||||
.realm-delete-link{
|
||||
color: #6c757d;
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------------------------ */
|
||||
/* -- Footer -- */
|
||||
/* ------------------------------------------------------------------------------------------------------------------ */
|
||||
footer {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user