add favicon to index template

This commit is contained in:
kylejcarlton 2021-12-16 19:00:06 -06:00
parent 5d0396e706
commit 1dabdf7742
2 changed files with 1 additions and 0 deletions

View file

Before

Width:  |  Height:  |  Size: 673 B

After

Width:  |  Height:  |  Size: 673 B

View file

@ -20,6 +20,7 @@
{%- block extra_head %}
{% endblock extra_head -%}
<link rel="icon" href="https://raw.githubusercontent.com/kylejcarlton/zola-theme-terminimal/master/img/favicon-32x32.png">
<script src="https://kit.fontawesome.com/75d5a1ca9a.js" crossorigin="anonymous"></script>
</head>