update favicon name

This commit is contained in:
kylejcarlton 2021-12-16 19:05:10 -06:00
parent 1dabdf7742
commit 02553ed969
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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>