6 lines
381 B
HTML
6 lines
381 B
HTML
<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>
|
|
{{ partialCached "head/css.html" (dict "Css" "main") "main" }}
|
|
{{ partialCached "head/css.html" (dict "Css" "menu") "menu" }}
|
|
{{ partialCached "head/css.html" (dict "Css" "post-item") "post-item" }}
|