File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="{{ .Site.LanguageCode }} ">
3
3
< head >
4
- {{ partial "meta.html" . }}
5
4
< title > {{ block "title" . }}{{ .Site.Title }}{{ end }}</ title >
6
5
{{ partial "css.html" . }}
7
6
{{ $options := (dict "targetPath" "custom.css" "outputStyle" "compressed" "enableSourceMap" true) }}
23
22
{{ partial "javascript.html" . }}
24
23
</ body >
25
24
26
- {{ partial "analytics.html" }}
25
+ <!-- {{ partial "analytics.html" }} -->
27
26
</ html >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="{{ .Site.LanguageCode }} ">
3
3
< head >
4
- {{ partial "meta.html" . }}
5
4
< title > {{ block "title" . }}{{ .Site.Title }}{{ end }}</ title >
6
5
{{ partial "css.html" . }} {{ $options := (dict "targetPath" "custom.css"
7
6
"outputStyle" "compressed" "enableSourceMap" true) }} {{ $style :=
20
19
{{ partial "javascript.html" . }}
21
20
</ body >
22
21
23
- {{ partial "analytics.html" }}
22
+ <!-- {{ partial "analytics.html" }} -->
24
23
</ html >
Original file line number Diff line number Diff line change 1
- {{- $inServerMode := .Site .IsServer }}
1
+ {{- $inServerMode := hugo .IsServer }}
2
2
{{- $sass := "style.sass" }}
3
3
{{- $cssTarget := "css/style.css" }}
4
4
{{- $cssOpts := cond ($inServerMode) (dict "targetPath" $cssTarget "enableSourceMap" true) (dict "targetPath" $cssTarget "outputStyle" "compressed") }}
You can’t perform that action at this time.
0 commit comments