rf-web/_includes/common/footer.html

11 lines
493 B
HTML
Raw Permalink Normal View History

<footer class="page-footer">
2020-02-21 11:44:13 +00:00
<div class="page-content">
{% include svg/social-icons/email.html size='17' %}
{% include svg/social-icons/key.html size='17' %}
2022-05-27 16:20:53 +00:00
<!-- {% include svg/social-icons/arena.html size='17' %} -->
<!-- {% include svg/social-icons/instagram.html size='18' %} -->
{% include svg/social-icons/twitter.html size='18' %}
{% include svg/social-icons/substack.html size='17' %}
2022-05-27 16:20:53 +00:00
{% include svg/social-icons/rss.html size='17' %}
2020-02-21 11:44:13 +00:00
</div>
</footer>