1

Ajoute des icônes Apple Touch générées proprement

This commit is contained in:
2026-03-06 21:24:20 +01:00
parent a203120e21
commit 88927a6343
6 changed files with 56 additions and 0 deletions

View File

@@ -4,4 +4,5 @@
<link rel="icon" href="{{ "favicon.ico" | absURL }}" type="image/x-icon" />
<link rel="shortcut icon" href="{{ "favicon.ico" | absURL }}" type="image/x-icon" />
<link rel="icon" href="{{ "favicon.png" | absURL }}" type="image/png" sizes="256x256" />
<link rel="apple-touch-icon" href="{{ "apple-touch-icon.png" | absURL }}" sizes="180x180" />
{{ partialCached "head/css.html" . }}