tcharles.fr/layouts/partials/head.html

8 lines
375 B
HTML
Raw Permalink Normal View History

2025-02-07 20:32:59 +01:00
<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" . }}
{{ partialCached "head/js.html" . }}
<!-- <link rel="icon" href="/favicon.ico"> -->
<link rel="icon" href="{{ "favicon.png" | absURL }}" type="image/png">