birdcat.online/themes/aviary/layouts/partials/head.html

6 lines
257 B
HTML
Raw Normal View History

2024-04-17 20:19:12 -04: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" . }}