2024-11-14 18:45:16 +00: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>
|
|
|
|
{{ partialCached "head/css.html" . }} {{ partialCached "head/js.html" . }}
|