Explorar el Código

Corrected link to favicon image

The original reference was to favicon.ico, when the provided image is .png
Marc Jones hace 10 años
padre
commit
13774d8035
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html Ver fichero

@@ -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 }}" />