We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbebe09 commit ceebbc6Copy full SHA for ceebbc6
1 file changed
web/website/config.yaml
@@ -9,6 +9,13 @@ disableKinds:
9
10
enableGitInfo: true
11
12
+# Hugo v0.162.0 denies text/html content by default. Opt back in so
13
+# content/demos/ace-demo.html (a hand-authored standalone editor page)
14
+# continues to build. ['.*'] is the documented opt-in from the release notes.
15
+security:
16
+ allowContent:
17
+ - ".*"
18
+
19
menu:
20
nav:
21
# TODO: Can we use the info from pages directly? https://gohugo.io/templates/menu-templates/#menu-entries-from-the-pages-front-matter
0 commit comments