13 lines
547 B
HTML
13 lines
547 B
HTML
<!-- A partial to be overwritten by the user.
|
|
Simply place a custom_body.html into
|
|
your local /layouts/partials-directory.
|
|
Its content will appear before the closing </body>-tag -->
|
|
<footer class="site-footer">
|
|
<img style="position:absolute; right: 2rem; bottom:1.5rem; height:3.3rem; opacity:0.4" src="/icons/no-cookie.svg" alt="Ohne Cookies!" title="Ohne Cookies!">
|
|
<div class="inner">
|
|
<section>
|
|
<a href="/impressum">Impressum</a> <a href="/datenschutz">Datenschutz</a>
|
|
</section>
|
|
|
|
</div>
|
|
</footer>
|