mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 09:46:11 +01:00
- Dramatic reduction in disk use - Removal of largest videos, optimisation of jpgs - Selection colours
7 lines
609 B
HTML
7 lines
609 B
HTML
<link rel="apple-touch-icon" sizes="180x180" href="{{"apple-touch-icon.png" | relURL}}">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="{{"favicon-32x32.png" | relURL}}">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="{{"favicon-16x16.png" | relURL}}">
|
|
<link rel="manifest" href="{{"site.webmanifest" | relURL}}">
|
|
<link rel="mask-icon" href="{{"safari-pinned-tab.svg" | relURL}}" color="{{.Site.Params.favicon.mask}}">
|
|
<link rel="shortcut icon" href="{{"favicon.ico" | relURL}}">
|
|
<meta name="msapplication-TileColor" content="{{.Site.Params.favicon.msapplication}}">
|