18 lines
651 B
HTML
18 lines
651 B
HTML
<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> |