rolandjesse.de/_includes/footer.html
Kartik Arora e1461f8b6c Keybase patch (#185)
* New scripts to server across lan

* Updated README.md

* Keybase on { Personal }
2016-07-31 17:17:21 +02:00

20 lines
541 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>
{% 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 %}
</div>
</footer>
<p><br><br><br><br><br><br></p>
<!-- Footer End -->