1

Réintroduction des favicons

This commit is contained in:
2025-12-07 15:19:38 +01:00
parent cb3b09efb7
commit 3089bebe24
3 changed files with 11 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
{{ partialCached "head/css.html" . }}
<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" />
{{ partialCached "head/css.html" . }}