Files
mms43-v2/themes/mms43/layouts/_partials/head.html
Arnaud Delcasse 95e3bad443 first commit
2025-12-30 12:14:33 +01:00

6 lines
257 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" . }}
{{ partialCached "head/js.html" . }}