remove 'Tools Included' from sidebar of translated page

This commit is contained in:
S Nitesh Singh 2021-09-23 10:59:48 +05:30
parent 36bd261728
commit a6ed49bca9
1 changed files with 1 additions and 1 deletions

View File

@ -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 -}}