remove 'Tools Included' from sidebar of translated page
This commit is contained in:
parent
36bd261728
commit
a6ed49bca9
|
@ -69,7 +69,7 @@
|
|||
{{ range . }}
|
||||
{{ with (where $.section.Translations ".Lang" . ) -}}
|
||||
{{ $p := index . 0 -}}
|
||||
{{ $pages = $pages | lang.Merge (union $p.Pages $p.Sections) -}}
|
||||
{{ $pages = where ( $pages | lang.Merge (union $p.Pages $p.Sections)) ".Params.toc_hide" "!=" true -}}
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
|
|
Loading…
Reference in New Issue