mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-04-17 22:07:12 +02:00
add favicon to index template
This commit is contained in:
parent
5d0396e706
commit
1dabdf7742
Before Width: | Height: | Size: 673 B After Width: | Height: | Size: 673 B |
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue