head.html 257 B

12345
  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" . }}