diff --git a/netlify.toml b/netlify.toml index bbf6fcf3979e..9dc108d84b34 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ publish = "site/public/" command = "pwd && cd themes/docsy && git submodule update -f --init && cd ../.. && hugo" [build.environment] -HUGO_VERSION = "0.68.3" +HUGO_VERSION = "0.74.3" [context.production.environment] HUGO_ENV = "production" diff --git a/site/layouts/shortcodes/quiz_row.html b/site/layouts/shortcodes/quiz_row.html index b278d160e3f1..80f5ff63251b 100644 --- a/site/layouts/shortcodes/quiz_row.html +++ b/site/layouts/shortcodes/quiz_row.html @@ -2,6 +2,7 @@ {{ $hide := "" }} {{ if gt $level 0 }} + {{/* Initially we only show the top-level options */}} {{ $hide = "hide" }} {{ end }} @@ -11,4 +12,3 @@