From ec3c6616c01ad2c6fb837531c86ef429f2026c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 24 Apr 2024 23:11:47 +0200 Subject: [PATCH] docs: migration honing --- exampleSite/content/basics/migration/_index.en.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index 649b34d6af..26473b05f0 100644 --- a/exampleSite/content/basics/migration/_index.en.md +++ b/exampleSite/content/basics/migration/_index.en.md @@ -32,23 +32,23 @@ This document shows you what's new in the latest release and flags it with one o --CODE-theme: monokai; ```` -- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The parameter `description` in your `hugo.toml` will now been ignored. +- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The parameter `description` in your `hugo.toml` will now be ignored. - With the newly introduces unified handling of descriptions throughout the theme, the only place the old parameter would have been used was your home page. + With the newly introduced unified handling of descriptions throughout the theme, the only place the old parameter would have been used was your home page. For migration, move the `description` parameter of your `hugo.toml` into the frontmatter section of your home page. - {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The frontmatter option `menuTitle` is now unsupported in favor for Hugo’s own `linkTitle`. - Additionally, if set `linkTitle` will now be used instead of `title` to generate the breadcrumb. + Additionally, if set, `linkTitle` will now be used instead of `title` to generate the breadcrumb. - {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} Support for Internet Explorer 11 was finally dropped. -- {{% badge style="note" title=" " %}}Change{{% /badge %}} Removing support for Internet Explorer 11 allowed to upgrade Font Awesome to version 6.5.2. +- {{% badge style="note" title=" " %}}Change{{% /badge %}} Wit the removal of support for Internet Explorer 11, Font Awesome was upgraded to version 6.5.2. You may experience slight changes for some icons. In addition you have additional ~1700 icons [to chose](https://fontawesome.com/v6/search?m=free) from. -- {{% badge style="note" title=" " %}}Change{{% /badge %}} The [`children` shortcode](shortcodes/children) was fixed to adhere to its documentation generating the description based on this rule: When no description or summary exists for the page, the first 70 words of the content is taken. +- {{% badge style="note" title=" " %}}Change{{% /badge %}} The [`children` shortcode](shortcodes/children) was fixed to adhere to its documentation, generating the description based on this rule: When no description or summary exists for the page, the first 70 words of the content is taken. Previously, the summary erroneously was ignored which now can lead to different output if you set `description=true` as a parameter.