File tree 1 file changed +13
-13
lines changed
themes/hugo-book-master/layouts/partials/docs
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 2
2
{{ partial "docs/brand" . }}
3
3
{{ partial "docs/search" . }}
4
4
{{ if .Site.IsMultiLingual }}
5
- {{ partial "docs/languages" . }}
5
+ {{ partial "docs/languages" . }}
6
6
{{ end }}
7
-
7
+
8
8
{{ partial "docs/inject/menu-before" . }}
9
9
{{ partial "docs/menu-hugo" .Site.Menus.before }}
10
-
10
+
11
11
{{ if .Site.Params.BookMenuBundle }}
12
- {{ partial "docs/menu-bundle" . }}
12
+ {{ partial "docs/menu-bundle" . }}
13
13
{{ else }}
14
- {{ partial "docs/menu-filetree" . }}
14
+ {{ partial "docs/menu-filetree" . }}
15
15
{{ end }}
16
-
16
+
17
17
{{ partial "docs/menu-hugo" .Site.Menus.after }}
18
18
{{ partial "docs/inject/menu-after" . }}
19
- </ nav >
20
-
21
- <!-- Restore menu position as soon as possible to avoid flickering -->
22
- {{ $script := resources.Get "menu-reset.js" | resources.Minify }}
23
- {{ with $script.Content }}
24
- < script > { { . | safeJS } } </ script >
25
- {{ end }}
19
+ </ nav >
20
+
21
+ <!-- Restore menu position as soon as possible to avoid flickering -->
22
+ {{ $script := resources.Get "menu-reset.js" | resources.Minify }}
23
+ {{ with $script.Content }}
24
+ < script > { { . | safeJS } } </ script >
25
+ {{ end }}
You can’t perform that action at this time.
0 commit comments