Favicon! :D
This commit is contained in:
parent
e16a8b08f8
commit
553df8991e
9 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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">
|
BIN
site/content/android-chrome-192x192.png
Normal file
BIN
site/content/android-chrome-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
site/content/android-chrome-512x512.png
Normal file
BIN
site/content/android-chrome-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
BIN
site/content/apple-touch-icon.png
Normal file
BIN
site/content/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
site/content/favicon-16x16.png
Normal file
BIN
site/content/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 529 B |
BIN
site/content/favicon-32x32.png
Normal file
BIN
site/content/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
site/content/favicon.ico
Normal file
BIN
site/content/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
1
site/content/site.webmanifest
Normal file
1
site/content/site.webmanifest
Normal 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"}
|
Loading…
Add table
Add a link
Reference in a new issue