Kaynağa Gözat

feat: reduce `apple-touch-icon` size

Trade off Hugo build time rather than re-use existing standard icon sizes.
rodrigoalcarazdelaosa 4 yıl önce
ebeveyn
işleme
7dbc1f73ed
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 }}">