github.com/neohugo/neohugo@v0.123.8/create/skeletons/theme/layouts/partials/head.html (about) 1 <meta charset="utf-8"> 2 <meta name="viewport" content="width=device-width"> 3 <title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title> 4 {{ partialCached "head/css.html" . }} 5 {{ partialCached "head/js.html" . }}