2022-05-07 12:23:19 +08:00
|
|
|
<!-- Website icons -->
|
2023-01-01 21:12:58 +08:00
|
|
|
{{ with .Site.Params.favicon }}
|
2022-07-13 21:25:15 +08:00
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="{{ .icon }}">
|
|
|
|
<link rel="icon" type="image/x-icon" href="{{ .icon }}">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="{{ .small }}">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ .medium }}">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="{{ .appleTouchIcon }}">
|
2023-01-01 21:12:58 +08:00
|
|
|
{{ end }}
|
2022-05-07 12:23:19 +08:00
|
|
|
<!-- Website icons -->
|