2025-02-26 21:41:34 -07:00

7 lines
290 B
HTML

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