Pin the footer to the bottom of the page
This commit is contained in:
parent
80d46b411c
commit
855ae09f1b
|
@ -107,7 +107,7 @@
|
||||||
</div>{# /.layout-container #}
|
</div>{# /.layout-container #}
|
||||||
|
|
||||||
{% if page.footer %}
|
{% if page.footer %}
|
||||||
<footer class="mt-10 py-8 bg-gray-700 text-center text-white">
|
<footer class="mt-auto py-8 bg-gray-700 text-center text-white">
|
||||||
<div class="container mx-auto-px-4">
|
<div class="container mx-auto-px-4">
|
||||||
{{ page.footer }}
|
{{ page.footer }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue