We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f7514 commit 25807c5Copy full SHA for 25807c5
layouts/shortcodes/tabpane.html
@@ -59,7 +59,8 @@
59
{{- end -}}
60
61
<!-- Replace space and +, not valid for css selectors -->
62
- {{- $lang := replaceRE "[\\s+]" "-" $lang -}}
+ <!-- Lowercase for consistency -->
63
+ {{- $lang := lower (replaceRE "[\\s+]" "-" $lang) -}}
64
65
<li class="nav-item{{ if $rightpush }} ml-auto{{ end }}">
66
<!-- Generate the IDs for the <a> and the <div> elements -->
0 commit comments