diff --git a/page.html b/page.html index 750225925742b7ca43b1c3cb91056bb936cf1bd6..8d05178e902fd2b07bb30c6a460f43faa774228a 100644 --- a/page.html +++ b/page.html @@ -8,9 +8,12 @@ {% endblock %} {% block stylesheet %} +{{ super() }} +<style> #footer-page { position: absolute; bottom: 0; padding: 3px; } -{% block} \ No newline at end of file +</style> +{% endblock} \ No newline at end of file