소스 검색

Merge pull request #11 from marc-jones/patch-1

Corrected link to favicon image
digitalcraftsman 9 년 전
부모
커밋
75ea79ab8b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html 파일 보기

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