Favicon! :D

This commit is contained in:
akp 2025-01-01 22:24:18 +00:00
parent e16a8b08f8
commit 553df8991e
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755
9 changed files with 6 additions and 4 deletions

View file

@ -3,8 +3,6 @@
TODO:
* Dedicated feeds for tag pages?
* New UI specific
* Favicon
* Do something with the quips
* https://shellsharks.com/notes/2023/08/15/website-component-checklist tinker with this
* Trains

View file

@ -10,7 +10,10 @@
{% if site.meta.themeColour %}<meta name="theme-color" content="{{ site.meta.themeColour }}">{% endif %}
{% if site.meta.siteName %}<meta property="og:site_name" content="{{ site.meta.siteName }}">{% endif %}
<meta property="og:type" content="website">
<!-- // TODO: favicon! -->
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 529 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
site/content/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}