enable using own favicon

This commit is contained in:
Nishant Srivastava 2019-12-30 12:54:27 +01:00
parent 6704205fab
commit e37e62de96
3 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -17,8 +17,8 @@
<meta name="theme-color" content="{{ $.Param "themecolor" | default "#ffffff" }}"> <meta name="theme-color" content="{{ $.Param "themecolor" | default "#ffffff" }}">
<link rel="canonical" href="{{ .Permalink }}"> <link rel="canonical" href="{{ .Permalink }}">
<link rel="apple-touch-icon" href="{{ "apple-touch-icon.png" | relURL }}"> <link rel="apple-touch-icon" href="{{ "apple-touch-icon.png" | relURL }}">
<link rel="shortcut icon" href="{{ "favicon.png" | relURL }}" type="image/x-icon"> <link rel="shortcut icon" href="{{ "images/favicon.png" | relURL }}" type="image/x-icon">
<link rel="shortcut icon" href="{{ "favicon.ico" | relURL }}" type="image/x-icon"> <link rel="shortcut icon" href="{{ "images/favicon.ico" | relURL }}" type="image/x-icon">
<link rel="icon" href="{{ "logo.svg" | relURL }}" sizes="any" type="image/svg+xml" /> <link rel="icon" href="{{ "logo.svg" | relURL }}" sizes="any" type="image/svg+xml" />
<link rel="manifest" href="{{ "manifest.json" | relURL }}"> <link rel="manifest" href="{{ "manifest.json" | relURL }}">