ve_main_hugosource/layouts/partials/custom_body.html
2023-07-03 01:07:57 +02:00

12 lines
390 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">
<div class="inner">
<section>
<a href="/impressum">Impressum</a>&nbsp;&nbsp;&nbsp;<a href="/datenschutz">Datenschutz</a>
</section>
</div>
</footer>