|
|
@ -8,11 +8,11 @@ |
|
|
|
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }} |
|
|
|
{{ .Hugo.Generator }} |
|
|
|
<title>{{ if .IsHome }}{{ .Title }}{{ else }}{{ .Title }} · {{ .Site.Title }}{{ end }}</title> |
|
|
|
<link rel="shortcut icon" href="{{ .Site.BaseURL }}images/favicon.ico"> |
|
|
|
<link rel="shortcut icon" href="{{ .Site.BaseURL }}/images/favicon.ico"> |
|
|
|
{{ $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 }}{{ . }}"> |
|
|
|
<link rel="stylesheet" href="{{ $.Site.BaseURL }}/{{ . }}"> |
|
|
|
{{ end }} |
|
|
|
|
|
|
|
{{ if .Site.Params.enableRSS }} |
|
|
|