mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
feat: reduce apple-touch-icon
size
Trade off Hugo build time rather than re-use existing standard icon sizes.
This commit is contained in:
parent
69b7e22be8
commit
7dbc1f73ed
1 changed files with 1 additions and 1 deletions
|
@ -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 }}">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue