From 4f865ead008c24a856ab39ceffd293ff52fbe113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 23 Apr 2024 22:21:29 +0200 Subject: [PATCH] docs: mention now unsupported menuTitle option #714 --- exampleSite/content/basics/migration/_index.en.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index 3b71ee0bd8..766913c5f3 100644 --- a/exampleSite/content/basics/migration/_index.en.md +++ b/exampleSite/content/basics/migration/_index.en.md @@ -32,6 +32,10 @@ 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 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. + - {{% 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.