aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/_partials/head.html
blob: a5b39cdd214ff997c00d39e618e26f3324f80ae8 (plain) (blame)
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>
{{ with resources.Get "aoidh.css" }}<link rel="stylesheet" href="{{ .RelPermalink }}">{{ end }}