2024-06-28 09:07:33 -07:00
|
|
|
<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>
|
2024-07-23 08:46:52 -07:00
|
|
|
{{ partialCached "base/head/css.html" (dict "page" . "cssResource" "base/css.html") }}
|
2024-06-28 09:07:33 -07:00
|
|
|
{{ partialCached "base/head/js.html" . }}
|