aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/head.html
blob: c7d08d3b8acfe6cb0bba7a80103207832bdca9dc (plain) (blame)
1
<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" . }}