summaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
blob: 02c224018959dcf2eef9da89a66f54a287bcb140 (plain)
1
2
3
4
5
<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" . }}