Quellcode durchsuchen

Corrected link to favicon image

The original reference was to favicon.ico, when the provided image is .png
Marc Jones vor 9 Jahren
Ursprung
Commit
13774d8035
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html Datei anzeigen

@@ -17,7 +17,7 @@
17 17
 
18 18
   <!-- Icons -->
19 19
   <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
20
-  <link rel="shortcut icon" href="/favicon.ico">
20
+  <link rel="shortcut icon" href="/favicon.png">
21 21
 
22 22
   <!-- RSS -->
23 23
   <link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />