12 lines
390 B
HTML
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> <a href="/datenschutz">Datenschutz</a>
|
|
</section>
|
|
|
|
</div>
|
|
</footer>
|