summaryrefslogtreecommitdiff
path: root/themes/JustZvan/layouts/_partials/head.html
blob: 6312251c74d5dd574cea47a9f7c4551d1aec3d06 (plain)
1
2
3
4
<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" . }}