mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-04-20 07:17:11 +02:00
update favicon name
This commit is contained in:
parent
1dabdf7742
commit
02553ed969
|
@ -75,5 +75,5 @@ use_full_hack_font = false
|
||||||
# Mimetype defaults to "image/x-icon".
|
# Mimetype defaults to "image/x-icon".
|
||||||
# The URL should point at a file located
|
# The URL should point at a file located
|
||||||
# in your site's "static" directory.
|
# in your site's "static" directory.
|
||||||
favicon = "https://raw.githubusercontent.com/kylejcarlton/zola-theme-terminimal/master/img/favicon-32x32.png"
|
favicon = "https://raw.githubusercontent.com/kylejcarlton/zola-theme-terminimal/master/img/favicon.png"
|
||||||
favicon_mimetype = "image/png"
|
favicon_mimetype = "image/png"
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
{%- block extra_head %}
|
{%- block extra_head %}
|
||||||
{% endblock extra_head -%}
|
{% endblock extra_head -%}
|
||||||
<link rel="icon" href="https://raw.githubusercontent.com/kylejcarlton/zola-theme-terminimal/master/img/favicon-32x32.png">
|
<link rel="icon" href="https://raw.githubusercontent.com/kylejcarlton/zola-theme-terminimal/master/img/favicon.png">
|
||||||
<script src="https://kit.fontawesome.com/75d5a1ca9a.js" crossorigin="anonymous"></script>
|
<script src="https://kit.fontawesome.com/75d5a1ca9a.js" crossorigin="anonymous"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue