rolandjesse.de/_includes/footer.html
2020-05-14 23:03:35 +02:00

18 lines
407 B
HTML
Executable file

<!-- Footer Start -->
<footer>
{% include social-buttons.html %}
<p>
<br /><br />
</p>
<div class="container text-center">
<p>Copyright &copy; {{ site.author }} {{ site.time | date: "%Y" }}</p>
<p style="font-size: small">[<a href="https://buechergefahr.de/impressum/">Impressum &amp; Datenschutzerkl&auml;rung</a>]</p>
</div>
</footer>
</p>
<!-- Footer End -->