removed link to static pages, added dynamic ones

This commit is contained in:
tracer 2022-11-03 19:18:12 +01:00
parent a0627c89ab
commit ee2a14a532
1 changed files with 6 additions and 4 deletions

View File

@ -1,12 +1,14 @@
<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>powered by
<a href="#"><img src="{{ asset('build/images/Spookie/spookie_64x64.png') }}" alt="Spookie"></a>
<div class="ms-5">powered by
<a href="#">
<img class="mx-1" 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>
<a href="{{ path('pages_display', { 'slug': 'imprint' }) }}">Imprint</a>
<a href="{{ path('pages_display', { 'slug': 'privacy' }) }}">Privacy Policy</a>
</div>
</div>
</nav>