2024-10-21 09:52:50 +02: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" . }}
|
2025-02-22 18:23:16 +01:00
|
|
|
{{ partial "head/js.html" . }}
|