chapellevictoria.fr/layouts/partials/head.html
2025-09-07 02:31:56 +02:00

10 lines
258 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>
{{ partialCached "head/css.html" . }}