6 lines
379 B
HTML
6 lines
379 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" . }}
|
|
<script defer src="https://umami.birdcat.cafe/script.js" data-website-id="a77e7641-808a-4c39-96a2-f3ce1c492002"></script>
|