head.html - hugo - [fork] hugo port for 9front
 (HTM) git clone https://git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
       head.html (257B)
       ---
            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" . }}