Skip to content

Commit c357959

Browse files
committed
hugo: fix navbar icons
I don't understand why this change fixes the issue, but it does. Analysis TBA?
1 parent 475f216 commit c357959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ mainSections = ["docs"]
3939
alertDismissable = true # true (default) or false
4040

4141
# Bootstrap
42-
bootstrapJavascript = false # false (default) or true
42+
bootstrapJavascript = true # false (default) or true
4343

4444
# Nav
4545
sectionNav = ["docs", "learn"] # ["docs"] (default) or list of sections (e.g. ["docs", "guides"])

0 commit comments

Comments
 (0)