devlog/themes/cuqui/layouts/partials/head.html

8 lines
267 B
HTML
Raw Normal View History

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" . }}