20 lines
541 B
HTML
Executable file
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 © {{ 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 -->
|