aboutsummaryrefslogtreecommitdiff
path: root/themes/neonxp/layouts/partials/head.html
blob: 2e7ffb061ad5cecfa5773c5dcccbb748034d257b (plain) (blame)
1
2
3
4
5
6
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="icon" type="image/png" href="/favicon.png">
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
{{ partialCached "head/css.html" . }}
{{ partialCached "head/js.html" . }}