Add icons
This commit is contained in:
parent
fabbc87028
commit
cdffe9e910
3 changed files with 4 additions and 0 deletions
|
@ -51,4 +51,8 @@
|
|||
{{ $sass := resources.Get "sass/style.scss" -}}
|
||||
{{ $style := $sass | resources.ToCSS | resources.Minify | resources.Fingerprint -}}
|
||||
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
|
||||
|
||||
<!-- Icons -->
|
||||
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="{{ "apple-touch-icon-precomposed.png" | relURL }}">
|
||||
<link rel="shortcut icon" href="{{ "favicon.ico" | relURL }}">
|
||||
</head>
|
||||
|
|
BIN
static/apple-touch-icon-precomposed.png
Normal file
BIN
static/apple-touch-icon-precomposed.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 4.3 KiB |
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
After Width: 64px | Height: 64px | Size: 32 KiB |
Loading…
Reference in a new issue