소스 검색

feat: reduce `apple-touch-icon` size

Trade off Hugo build time rather than re-use existing standard icon sizes.
rodrigoalcarazdelaosa 4 년 전
부모
커밋
7dbc1f73ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      wowchemy/layouts/partials/site_head.html

+ 1 - 1
wowchemy/layouts/partials/site_head.html

@@ -184,7 +184,7 @@
   {{ end }}
 
   <link rel="icon" type="image/png" href="{{(partial "functions/get_icon" 32).RelPermalink}}">
-  <link rel="apple-touch-icon" type="image/png" href="{{(partial "functions/get_icon" 192).RelPermalink}}">
+  <link rel="apple-touch-icon" type="image/png" href="{{(partial "functions/get_icon" 180).RelPermalink}}">
 
   <link rel="canonical" href="{{ .Permalink }}">