Convert shrine favicons to ICO format

This commit is contained in:
Leilukin 2025-04-17 21:04:38 +08:00 committed by Helen Chong
parent 089e47aede
commit 6945be87ad
12 changed files with 4 additions and 16 deletions

View File

@ -11,10 +11,7 @@
{% endblock %} {% endblock %}
{% block favicon %} {% block favicon %}
<link rel="apple-touch-icon" sizes="180x180" href="/assets/shrines/asummersend/images/ase-icon.png"> <link rel="icon" type="image/x-icon" href="/assets/shrines/asummersend/images/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/shrines/asummersend/images/ase-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/shrines/asummersend/images/ase-icon.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
{% endblock %} {% endblock %}
{% block hero %}{% include "asummersend/hero.njk" %}{% endblock %} {% block hero %}{% include "asummersend/hero.njk" %}{% endblock %}

View File

@ -11,10 +11,7 @@
{% endblock %} {% endblock %}
{% block favicon %} {% block favicon %}
<link rel="apple-touch-icon" sizes="180x180" href="/assets/shrines/cassettebeasts/images/cb-icon.png"> <link rel="icon" type="image/x-icon" href="/assets/shrines/cassettebeasts/images/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/shrines/cassettebeasts/images/cb-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/shrines/cassettebeasts/images/cb-icon.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
{% endblock %} {% endblock %}
{% block hero %}{% include "cassettebeasts/hero.njk" %}{% endblock %} {% block hero %}{% include "cassettebeasts/hero.njk" %}{% endblock %}

View File

@ -11,10 +11,7 @@
{% endblock %} {% endblock %}
{% block favicon %} {% block favicon %}
<link rel="apple-touch-icon" sizes="180x180" href="/assets/shrines/pokemonoras/images/ORAS_Demo_icon.png"> <link rel="icon" type="image/x-icon" href="/assets/shrines/pokemonoras/images/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/shrines/pokemonoras/images/ORAS_Demo_icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/shrines/pokemonoras/images/ORAS_Demo_icon.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
{% endblock %} {% endblock %}
{% block hero %}{% include "pokemonoras/hero.njk" %}{% endblock %} {% block hero %}{% include "pokemonoras/hero.njk" %}{% endblock %}

View File

@ -11,10 +11,7 @@
{% endblock %} {% endblock %}
{% block favicon %} {% block favicon %}
<link rel="apple-touch-icon" sizes="180x180" href="/assets/shrines/starwarskotor/images/kotor-icon.png"> <link rel="icon" type="image/x-icon" href="/assets/shrines/starwarskotor/images/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/shrines/starwarskotor/images/kotor-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/shrines/starwarskotor/images/kotor-icon.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
{% endblock %} {% endblock %}
{% block hero %}{% include "starwarskotor/hero.njk" %}{% endblock %} {% block hero %}{% include "starwarskotor/hero.njk" %}{% endblock %}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB