fix favicon (#196)
It fixed the issue in Google Chrome on Android. Should probably fix #165 completely, but I'm not sure about Apple devices. Co-authored-by: Inex Code <inex.code@selfprivacy.org> Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org/pulls/196 Reviewed-by: Inex Code <inex.code@selfprivacy.org> Co-authored-by: nevfy <nevfy@noreply.git.selfprivacy.org> Co-committed-by: nevfy <nevfy@noreply.git.selfprivacy.org>
|
@ -1,12 +1,8 @@
|
|||
|
||||
<!-- Favicons as generated by http://cthedot.de/icongen -->
|
||||
<link rel="shortcut icon" href="{{ "favicons/favicon.ico" | relURL }}" >
|
||||
<link rel="apple-touch-icon" href="{{ "favicons/apple-touch-icon-180x180.png" | relURL }}" sizes="180x180">
|
||||
<link rel="apple-touch-icon" href="{{ "favicons/apple-touch-icon.png" | relURL }}" sizes="180x180">
|
||||
<link rel="icon" type="image/png" href="{{ "favicons/favicon-16x16.png" | relURL }}" sizes="16x16">
|
||||
<link rel="icon" type="image/png" href="{{ "favicons/favicon-32x32.png" | relURL }}" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="{{ "favicons/android-36x36.png" | relURL }}" sizes="36x36">
|
||||
<link rel="icon" type="image/png" href="{{ "favicons/android-48x48.png" | relURL }}" sizes="48x48">
|
||||
<link rel="icon" type="image/png" href="{{ "favicons/android-72x72.png" | relURL }}" sizes="72x72">
|
||||
<link rel="icon" type="image/png" href="{{ "favicons/android-96x96.png" | relURL }}" sizes="96x96">
|
||||
<link rel="icon" type="image/png" href="{{ "favicons/android-144x144.png" | relURL }}" sizes="144x144">
|
||||
<link rel="icon" type="image/png" href="{{ "favicons/android-192x192.png" | relURL }}" sizes="192x192">
|
||||
<link rel="icon" type="image/png" href="{{ "favicons/android-chrome-192x192.png" | relURL }}" sizes="192x192">
|
||||
<link rel="icon" type="image/png" href="{{ "favicons/android-chrome-512x512.png" | relURL }}" sizes="512x512">
|
Before Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 980 B |
Before Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 498 B |
Before Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 807 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 3.5 KiB |
|
@ -81,6 +81,7 @@ section = ["HTML", "print", "RSS"]
|
|||
|
||||
[params]
|
||||
copyright = "SelfPrivacy"
|
||||
favicon = "favicons/favicon.ico"
|
||||
|
||||
# First one is picked as the Twitter card image if not set on page.
|
||||
# images = ["images/project-illustration.png"]
|
||||
|
|
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 11 KiB |