the home site for me: also iteration 3 or 4 of my site

feat: change favicon

dunkirk.sh d37a67ad 6b762022

verified
+24 -26
static/favicon/android-chrome-192x192.png

This is a binary file and will not be displayed.

static/favicon/android-chrome-512x512.png

This is a binary file and will not be displayed.

static/favicon/apple-touch-icon.png

This is a binary file and will not be displayed.

static/favicon/favicon-16x16.png

This is a binary file and will not be displayed.

static/favicon/favicon-32x32.png

This is a binary file and will not be displayed.

static/favicon/favicon-96x96.png

This is a binary file and will not be displayed.

static/favicon/favicon.ico

This is a binary file and will not be displayed.

-21
static/favicon/site.webmanifest
··· 1 - { 2 - "name": "site@zera", 3 - "short_name": "site@zera", 4 - "icons": [ 5 - { 6 - "src": "/favicon/web-app-manifest-192x192.png", 7 - "sizes": "192x192", 8 - "type": "image/png", 9 - "purpose": "maskable" 10 - }, 11 - { 12 - "src": "/favicon/web-app-manifest-512x512.png", 13 - "sizes": "512x512", 14 - "type": "image/png", 15 - "purpose": "maskable" 16 - } 17 - ], 18 - "theme_color": "#272631", 19 - "background_color": "#272631", 20 - "display": "standalone" 21 - }
static/favicon/web-app-manifest-192x192.png

This is a binary file and will not be displayed.

static/favicon/web-app-manifest-512x512.png

This is a binary file and will not be displayed.

+20
static/site.webmanifest
··· 1 + { 2 + "name": "zera", 3 + "short_name": "zera", 4 + "icons": [ 5 + { 6 + "src": "/favicon/android-chrome-192x192.png", 7 + "sizes": "192x192", 8 + "type": "image/png" 9 + }, 10 + { 11 + "src": "/favicon/android-chrome-512x512.png", 12 + "sizes": "512x512", 13 + "type": "image/png" 14 + } 15 + ], 16 + "theme_color": "#9C86AA", 17 + "background_color": "#232327", 18 + "display": "standalone" 19 + } 20 +
+4 -5
templates/head.html
··· 56 56 <meta property="twitter:image" content="{{ image }}" /> 57 57 {% endif %} {% endif %} 58 58 <link rel="canonical" href="{{ url | safe }}" /> 59 - <link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96" /> 60 - <link rel="shortcut icon" href="/favicon/favicon.ico" /> 61 - <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png" /> 62 - <meta name="apple-mobile-web-app-title" content="site@zera" /> 63 - <link rel="manifest" href="/favicon/site.webmanifest" /> 59 + <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png"> 60 + <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png"> 61 + <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png"> 62 + <link rel="manifest" href="/site.webmanifest"> 64 63 {% endblock metatags %} {% if config.generate_feeds %} {% block 65 64 feed%} 66 65 <link rel="alternate" type="application/atom+xml" title="Kieran Klukas' Atom feed" href="{{