소스 검색

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