Initial commit

This commit is contained in:
Oliver Davies 2022-06-07 22:00:00 +01:00
commit bd3fce7e64
25 changed files with 888 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<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>