Remove a space previous a tooltip text (#17194)
* Remove a space previous a tooltip text * Improve formatpull/17456/head
parent
fabfd3f886
commit
5306b4e784
|
@ -3,7 +3,9 @@
|
|||
{{ $pages := $glossaryBundle.Resources.ByType "page" }}
|
||||
{{- range site.Params.language_alternatives -}}
|
||||
{{- with (where $glossaryBundle.Translations ".Lang" . ) -}}
|
||||
{{ $p := (index . 0) }}{{ $pages = $pages | lang.Merge ($p.Resources.ByType "page") }}{{ end }}
|
||||
{{- $p := (index . 0) -}}
|
||||
{{- $pages = $pages | lang.Merge ($p.Resources.ByType "page") -}}
|
||||
{{- end -}}
|
||||
{{ end }}
|
||||
{{- $.Scratch.Set "glossary_items" $pages -}}
|
||||
{{- else -}}
|
||||
|
|
Loading…
Reference in New Issue