mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
fix(slides): enable menu by default
This commit is contained in:
parent
6c7237fc0a
commit
cbf15cd470
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ if (typeof params.slides.reveal_options !== 'undefined') {
|
|||
pluginOptions = keysToCamelCase(pluginOptions);
|
||||
|
||||
//enable menu by default if not set
|
||||
if (typeof pluginOptions.menu_enabled !== 'undefined') {
|
||||
if (typeof pluginOptions.menu_enabled === 'undefined') {
|
||||
pluginOptions.menu_enabled = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue