Spookie/templates/themes/default/_footer.html.twig

15 lines
659 B
Twig
Raw Normal View History

2022-10-28 18:48:25 +02:00
<footer class="footer">
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-bottom navbar-bottom">
<div class="d-flex justify-content-xl-around">
<div class="ms-5">powered by
<a href="#">
<img class="mx-1" src="{{ asset('build/images/Spookie/spookie_64x64.png') }}" alt="Spookie">
</a>
2022-10-28 18:48:25 +02:00
</div>
<div id="legal">
<a href="{{ path('pages_display', { 'slug': 'imprint' }) }}">Imprint</a>
<a href="{{ path('pages_display', { 'slug': 'privacy' }) }}">Privacy Policy</a>
2022-10-28 18:48:25 +02:00
</div>
</div>
</nav>
</footer>