Files
mms43/layouts/partials/head.html
Arnaud Delcasse f72ec6bd9d
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 1m54s
Modifs Amandine
2025-05-18 22:30:55 +02:00

6 lines
289 B
HTML

<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>{{ if .IsHome }}{{ site.Title }} | {{ site.Params.Description }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
{{ partialCached "head/css.html" . }}
{{ partialCached "head/js.html" . }}