Files
Arnaud Delcasse 4547a80315
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 1m12s
add favicon and update team photo
2026-04-28 12:46:38 +02:00

10 lines
540 B
HTML

<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>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
{{ partialCached "head/css.html" . }}
{{ partialCached "head/js.html" . }}