We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f767bcf commit d8471e8Copy full SHA for d8471e8
config.toml
@@ -1,5 +1,6 @@
1
[module.hugoVersion]
2
extended = true
3
+min = "0.127.0"
4
5
[[module.imports]]
6
path = "github.com/hugomods/snackbar"
layouts/partials/code-block-panel/assets/js-resource.html
@@ -23,7 +23,7 @@
23
{{- $params := merge $defaults .Site.Params.code_block_panel (dict
24
"icons" $icons
25
"i18n" $i18n.Values
26
- "defaultLang" $sites.First.Language.Lang)
+ "defaultLang" $sites.Default.Language.Lang)
27
}}
28
{{- $options := dict
29
"params" $params
0 commit comments