hugo-theme-termlite/layouts/partials/base/head.html
Eryn Wells 4327d34827 Clean up the partials directory
Sort partials into base and site directories
2024-06-28 09:07:33 -07:00

5 lines
267 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 "base/head/css.html" . }}
{{ partialCached "base/head/js.html" . }}