This repository has been archived on 2025-10-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
talking-drupal-tailwindcss/templates/includes/footer.html.twig
2022-06-08 10:41:02 +01:00

7 lines
309 B
Twig

<footer>
{% include "includes/footer-menu.html.twig" with { main_menu } only %}
<div class="mt-4 mb-8 px-6 text-center">
<p class="text-gray">A clone of the talkingdrupal.com website <a href="https://github.com/opdavies/talking-drupal-tailwindcss">built with Tailwind CSS</a>.</p>
</div>
</footer>