diff --git a/layouts/shortcodes/tabpane.html b/layouts/shortcodes/tabpane.html index 4836f62675..6ce014f08d 100644 --- a/layouts/shortcodes/tabpane.html +++ b/layouts/shortcodes/tabpane.html @@ -59,7 +59,8 @@ {{- end -}} - {{- $lang := replaceRE "[\\s+]" "-" $lang -}} + + {{- $lang := lower (replaceRE "[\\s+]" "-" $lang) -}}