File tree 4 files changed +251
-175
lines changed
4 files changed +251
-175
lines changed Original file line number Diff line number Diff line change 7
7
{{ template "_internal/google_analytics.html" . }}
8
8
9
9
<!-- Theme CSS -->
10
- < link rel ="stylesheet " href ="{{ "assets /style.css" | absURL }}?{{ resources.Get "assets/style.css" | md5}}">
10
+ < link rel ="stylesheet " href ="{{ "assets /style.min. css" | absURL }}?{{ resources.Get "assets/style.min .css" | md5}}">
11
11
{{ if (ne $.Site.Params.ThemeColor "orange") }}
12
- < link rel ="stylesheet " href ="{{ (printf "assets /%s.css" $.Site.Params.ThemeColor) | absURL }}">
12
+ < link rel ="stylesheet " href ="{{ (printf "assets /%s.min. css" $.Site.Params.ThemeColor) | absURL }}">
13
13
{{ end }}
14
14
15
- <!-- Custom CSS to override theme properties (/static/style.css) -->
16
- {{ if (fileExists "static/style.css") -}}
17
- < link rel ="stylesheet " href ="{{ "style.css " | absURL }}">
15
+ <!-- Custom CSS to override theme properties (/static/style.min. css) -->
16
+ {{ if (fileExists "static/style.min. css") -}}
17
+ < link rel ="stylesheet " href ="{{ "style.min. css " | absURL }}">
18
18
{{- end }}
19
19
20
20
<!-- Icons -->
You can’t perform that action at this time.
0 commit comments