瀏覽代碼

Corrected link to favicon image

The original reference was to favicon.ico, when the provided image is .png
Marc Jones 9 年之前
父節點
當前提交
13774d8035
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html 查看文件

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