Browse Source

Add favicons for alps theme

master
Drew DeVault 3 years ago
parent
commit
8771ddeb2d
6 changed files with 5 additions and 0 deletions
  1. BIN
      themes/alps/assets/favicon-128.png
  2. BIN
      themes/alps/assets/favicon-16x16.png
  3. BIN
      themes/alps/assets/favicon-196x196.png
  4. BIN
      themes/alps/assets/favicon-32x32.png
  5. BIN
      themes/alps/assets/favicon-96x96.png
  6. +5
    -0
      themes/alps/head.html

BIN
themes/alps/assets/favicon-128.png View File

Before After
Width: 128  |  Height: 128  |  Size: 5.1 KiB

BIN
themes/alps/assets/favicon-16x16.png View File

Before After
Width: 16  |  Height: 16  |  Size: 561 B

BIN
themes/alps/assets/favicon-196x196.png View File

Before After
Width: 196  |  Height: 196  |  Size: 23 KiB

BIN
themes/alps/assets/favicon-32x32.png View File

Before After
Width: 32  |  Height: 32  |  Size: 1.1 KiB

BIN
themes/alps/assets/favicon-96x96.png View File

Before After
Width: 96  |  Height: 96  |  Size: 5.3 KiB

+ 5
- 0
themes/alps/head.html View File

@@ -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…
Cancel
Save