21 lines
683 B
HTML
Executable file
21 lines
683 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>
|
|
{% if site.keybase-in-footer %}
|
|
<p style="font-size: 16px;"><a href="https://keybase.io/{{site.keybase-username}}" target="_blank"><i
|
|
class="fa fa-key"></i> {{site.keybase-username}} on Keybase</a></p>
|
|
{% endif %}
|
|
<p style="font-size: small">Layout basiert auf dem <a href="https://github.com/le4ker/personal-jekyll-theme">Personal-Jekyll-Theme</a>.</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<p><br><br><br><br><br><br></p>
|
|
|
|
<!-- Footer End -->
|