18 lines
407 B
HTML
Executable file
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 © {{ site.author }} {{ site.time | date: "%Y" }}</p>
|
|
<p style="font-size: small">[<a href="https://buechergefahr.de/impressum/">Impressum & Datenschutzerklärung</a>]</p>
|
|
</div>
|
|
</footer>
|
|
</p>
|
|
|
|
<!-- Footer End -->
|