Switch favicon to ico

This commit is contained in:
spikecodes 2021-02-26 12:04:11 -08:00
parent 2bddc952cb
commit 10c73fad7f
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
4 changed files with 20 additions and 20 deletions

View file

@ -18,7 +18,7 @@
<link href="/touch-icon-iphone.png/" rel="apple-touch-icon">
<!-- PWA Manifest -->
<link rel="manifest" type="application/json" href="/manifest.json/">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.png">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico/">
<link rel="stylesheet" type="text/css" href="/style.css/">
{% endblock %}
</head>