1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 05:43:10 +02:00

feat(core): Default theme - Moving to Tailwind CSS #356

This commit is contained in:
Awilum
2020-01-15 18:31:24 +03:00
parent ac2318c9c9
commit ecfd6d9421

View File

@@ -67,7 +67,9 @@
<section id="content" class="p-16">{% block content %}{% endblock %}</section>
<footer class="text-center pl-16 pr-16 pt-6 pb-16">
{% block footer %}
{{ tr('site_powered_by_flextype')|raw }}
<div class="text-sm">
{{ tr('site_powered_by_flextype')|raw }}
</div>
{% endblock %}
</footer>
</main>