Skip to content

Commit

Permalink
Upgrade Hugo version in Netlify
Browse files Browse the repository at this point in the history
Signed-off-by: Peixuan Ding <[email protected]>
  • Loading branch information
dinever committed May 13, 2021
1 parent 563abdf commit 28915b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion site/layouts/shortcodes/quiz_row.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

{{ $hide := "" }}
{{ if gt $level 0 }}
{{/* Initially we only show the top-level options */}}
{{ $hide = "hide" }}
{{ end }}

Expand All @@ -11,4 +12,3 @@
</div>
<div class="col-lg-10">{{ .Inner }}</div>
</div>

0 comments on commit 28915b0

Please sign in to comment.