Files
sometimescode.com/themes/sometimescode/layouts/_partials/head.html
Chris Smith 4a7490f689 First commit
2025-09-25 20:49:17 +02: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" . }}