Initial commit
This commit is contained in:
commit
bd3fce7e64
25 changed files with 888 additions and 0 deletions
7
templates/includes/footer.html.twig
Normal file
7
templates/includes/footer.html.twig
Normal 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>
|
||||
Reference in a new issue