Eigenen Footer eingefügt

This commit is contained in:
bmen 2020-10-10 09:46:25 +02:00
parent 30e3b16467
commit 56907c04cf
1 changed files with 18 additions and 0 deletions

18
_includes/footer.html Normal file
View File

@ -0,0 +1,18 @@
<footer class="mt-auto py-3 text-center">
<small class="text-muted mb-2">
<i class="fas fa-code"></i> mit <i class="fas fa-heart"></i>
von <strong>{{ site.author.name }}</strong> |
<a class="text-secondary" href="/datenschutz">Datenschutz</a> |
<a class="text-secondary" href="/impressum">Impressum</a>
</small>
{% include social.html %}
{%- assign theme_name = "CC-BY-SA 4.0" -%}
{%- assign theme_repo = "https://creativecommons.org/licenses/by-sa/4.0/deed.de" -%}
<small id="attribution">
Lizenz: <a href="{{ theme_repo }}" target="_blank">{{ theme_name }}</a>
</small>
</footer>