Add favicons for alps theme
This commit is contained in:
parent
1992880454
commit
8771ddeb2d
6 changed files with 5 additions and 0 deletions
BIN
themes/alps/assets/favicon-128.png
Normal file
BIN
themes/alps/assets/favicon-128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
BIN
themes/alps/assets/favicon-16x16.png
Normal file
BIN
themes/alps/assets/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 561 B |
BIN
themes/alps/assets/favicon-196x196.png
Normal file
BIN
themes/alps/assets/favicon-196x196.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
themes/alps/assets/favicon-32x32.png
Normal file
BIN
themes/alps/assets/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
themes/alps/assets/favicon-96x96.png
Normal file
BIN
themes/alps/assets/favicon-96x96.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
|
@ -10,5 +10,10 @@
|
|||
<title>{{.GlobalData.Title}}</title>
|
||||
<link rel="stylesheet" href="/themes/alps/assets/style.css">
|
||||
<link rel="stylesheet" href="/themes/alps/assets/print.css" media="print">
|
||||
<link rel="icon" type="image/png" href="/themes/alps/assets/favicon-196x196.png" sizes="196x196" />
|
||||
<link rel="icon" type="image/png" href="/themes/alps/assets/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/png" href="/themes/alps/assets/favicon-32x32.png" sizes="32x32" />
|
||||
<link rel="icon" type="image/png" href="/themes/alps/assets/favicon-16x16.png" sizes="16x16" />
|
||||
<link rel="icon" type="image/png" href="/themes/alps/assets/favicon-128.png" sizes="128x128" />
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue