diff --git a/exampleSite/content/authoring/meta/_index.en.md b/exampleSite/content/authoring/meta/_index.en.md index ccd9e5c1d2..d57f507c3e 100644 --- a/exampleSite/content/authoring/meta/_index.en.md +++ b/exampleSite/content/authoring/meta/_index.en.md @@ -50,7 +50,7 @@ hidden = true {{% badge style="green" icon="fa-fw fab fa-markdown" title=" " %}}Front Matter{{% /badge %}} In the page front matter, add a `headingPre` to insert any HTML code before the title heading. You can also set `headingPost` to insert HTML code after the title heading. -You also may want to [apply further CSS](configuration/customization/dependencies#adding-javascript-or-stylesheets-to-all-pages) in this case. +You also may want to [apply further CSS](configuration/customization/extending#adding-javascript-or-stylesheets-to-all-pages) in this case. {{< multiconfig fm=true >}} headingPre = ' ' diff --git a/exampleSite/content/configuration/customization/dependencies/_index.en.md b/exampleSite/content/configuration/customization/extending/_index.en.md similarity index 100% rename from exampleSite/content/configuration/customization/dependencies/_index.en.md rename to exampleSite/content/configuration/customization/extending/_index.en.md diff --git a/exampleSite/content/configuration/customization/dependencies/_index.pir.md b/exampleSite/content/configuration/customization/extending/_index.pir.md similarity index 100% rename from exampleSite/content/configuration/customization/dependencies/_index.pir.md rename to exampleSite/content/configuration/customization/extending/_index.pir.md diff --git a/exampleSite/content/introduction/releasenotes/5/23.en.md b/exampleSite/content/introduction/releasenotes/5/23.en.md index 7424901303..d82aae9239 100644 --- a/exampleSite/content/introduction/releasenotes/5/23.en.md +++ b/exampleSite/content/introduction/releasenotes/5/23.en.md @@ -40,7 +40,7 @@ weight = -23 - {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release comes with additional sort options for the menu and the [`children` shortcode](shortcodes/children). Both will now accept the following values: `weight`, `title`, `linktitle`, `modifieddate`, `expirydate`, `publishdate`, `date`, `length` or `default` (adhering to Hugo's default sort order). -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now provides a mechanism to load further JavaScript dependencies defined by you only if it is needed. This comes in handy if you want to add own shortcodes that depend on additional JavaScript code to be loaded. [See the docs](configuration/customization/dependencies). +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now provides a mechanism to load further JavaScript dependencies defined by you only if it is needed. This comes in handy if you want to add own shortcodes that depend on additional JavaScript code to be loaded. [See the docs](configuration/customization/extending). - {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has updated its Mermaid dependency to 10.6.0. This adds support for the [xychart type](shortcodes/mermaid#xychart). diff --git a/exampleSite/content/introduction/releasenotes/5/27.en.md b/exampleSite/content/introduction/releasenotes/5/27.en.md index bee1604370..2fffe13669 100644 --- a/exampleSite/content/introduction/releasenotes/5/27.en.md +++ b/exampleSite/content/introduction/releasenotes/5/27.en.md @@ -16,7 +16,7 @@ weight = -27 - {{% badge style="note" title=" " %}}Change{{% /badge %}} If the theme is configured to generate warnings or errors during build by setting `image.errorlevel` to either `warning` or `error` in your `hugo.toml`, it will now also generate output if a link fragment is not found in the target page. -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The [dependency loader](configuration/customization/dependencies) was made more versatile. +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The [dependency loader](configuration/customization/extending) was made more versatile. The configuration in your `hugo.toml` does not require the `location` parameter anymore. If you still use it, the theme will work as before but will generate a warning. So you don't need to change anything, yet. diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 72be53499e..808543ae46 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.2.1+841189885dea1c6f16a75cee3eaa1505966389f8 \ No newline at end of file +7.2.1+7013a2f4f60e60e6ca132397efe6482cb73ab6dd \ No newline at end of file