Spookie/templates/_footer.html.twig

14 lines
548 B
Twig
Raw Normal View History

2021-06-01 18:48:20 +02:00
<footer class="footer">
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-bottom navbar-bottom">
2022-04-15 17:54:34 +02:00
<div class="d-flex justify-content-xl-around">
<div>powered by
<a href="#"><img src="{{ asset('build/images/Spookie/spookie_64x64.png') }}" alt="Spookie"></a>
</div>
<div id="legal">
<a href="{{ path('app_imprint') }}">Imprint</a>
<a href="{{ path('app_privacy') }}">Privacy Policy</a>
</div>
2021-06-01 18:48:20 +02:00
</div>
</nav>
</footer>