2023-11-04 11:44:43 +04:00
|
|
|
<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>
|
2023-11-04 20:58:45 +04:00
|
|
|
{{ partialCached "head/css.html" (dict "Css" "main") "main" }}
|
2023-11-04 21:23:30 +04:00
|
|
|
{{ partialCached "head/css.html" (dict "Css" "menu") "menu" }}
|
2023-11-04 20:58:45 +04:00
|
|
|
{{ partialCached "head/css.html" (dict "Css" "post-item") "post-item" }}
|