|
|
@ -9,7 +9,8 @@ |
|
|
|
{{ .Hugo.Generator }} |
|
|
|
<title>{{ if .IsHome }}{{ .Title }}{{ else }}{{ .Title }} · {{ .Site.Title }}{{ end }}</title> |
|
|
|
<link rel="shortcut icon" href="{{ .Site.BaseURL }}images/favicon.ico"> |
|
|
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css"> |
|
|
|
{{ $style := resources.Get "css/style.css" | resources.Minify | resources.Fingerprint }} |
|
|
|
<link rel="stylesheet" href="{{ $style.Permalink }}"> |
|
|
|
{{ range .Site.Params.customCSS }} |
|
|
|
<link rel="stylesheet" href="{{ $.Site.BaseURL }}{{ . }}"> |
|
|
|
{{ end }} |
|
|
|