You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
493 B
HTML

<footer id="footer">
<ul class="icons">
{% for social in site.social %}
<li><a href="{{ social.url }}" target=_blank class="icon fa-{{ social.icon }}"><span class="label"></span></a></li>
{% endfor %}
</ul>
<ul class="copyright">
<li><a href="{{ site.homesite_url }}" target=_blank>{{ site.homesite_name }}</a></li>
<li><a href="https://html5up.net" target=_blank>Credits</a></li>
<li><a href="{{ site.baseurl }}/LICENSE.txt">License</a></li>
</ul>
</footer>