add font-awesome v5 and footer code branch icon

This commit is contained in:
kylejcarlton 2021-12-16 18:26:04 -06:00
parent 681631c36f
commit 708c6ee38a

View file

@ -20,6 +20,7 @@
{%- block extra_head %}
{% endblock extra_head -%}
<script src="https://kit.fontawesome.com/75d5a1ca9a.js" crossorigin="anonymous"></script>
</head>
<body class="">
@ -103,7 +104,7 @@
<span class="copyright-theme">
<span class="copyright-theme-sep">:: </span>
Powered by <a href="https://www.getzola.org/">Zola</a> using <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal Theme</a>.
Powered by <a href="https://www.getzola.org/">Zola</a> using <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal Theme</a> <i class="fas fa-code-branch"></i>.
</span>
</div>
{% endif -%}