diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 40080ccbc9..14de3a6a1d 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -567,7 +567,7 @@ customMermaidURL = '' # 'https://unpkg.com/mermaid/dist/mermaid.min.js' # codefence is involved and the library is not loaded by default so you can # force loading it by setting `openapi.force=true`. # This can be overridden in the page's frontmatter. -oppenapi.force = false +openapi.force = false # URL for external OpenAPI library. # Default: not set diff --git a/exampleSite/content/authoring/frontmatter/reference/frontmatter.toml b/exampleSite/content/authoring/frontmatter/reference/frontmatter.toml index 2b5c2ed11a..817d92f3e8 100644 --- a/exampleSite/content/authoring/frontmatter/reference/frontmatter.toml +++ b/exampleSite/content/authoring/frontmatter/reference/frontmatter.toml @@ -366,7 +366,7 @@ customMermaidURL = '' # 'https://unpkg.com/mermaid/dist/mermaid.min.js' # codefence is involved and the library is not loaded by default so you can # force loading it by setting `openapi.force=true`. # If not set, the set value of your site's hugo.toml is used. -oppenapi.force = false +openapi.force = false # URL for external OpenAPI library. # Default: not set diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index a26cdea556..5f741ec110 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.1+c4a8c278be4013f283872b4cbb88e4baa19b2988 \ No newline at end of file +7.3.1+7d78c9a6a491b17d879400fe79fb6c0d75a1add8 \ No newline at end of file