Explorar o código

feat: reduce `apple-touch-icon` size

Trade off Hugo build time rather than re-use existing standard icon sizes.
rodrigoalcarazdelaosa %!s(int64=4) %!d(string=hai) anos
pai
achega
7dbc1f73ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 }}">