diff --git a/README.md b/README.md index 384d160d36..1f90ac4080 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The Relearn theme is an enhanced fork of the popular [Learn theme](https://githu - **Multilingual Support** - [Full right-to-left (RTL) language support](https://mcshelby.github.io/hugo-theme-relearn/configuration/sitemanagement/multilingual/) - [Extensive list of supported languages](https://mcshelby.github.io/hugo-theme-relearn/configuration/sitemanagement/multilingual): Arabic, Chinese (Simplified and Traditional), Czech, Dutch, English, Finnish, French, German, Hindi, Hungarian, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Romanian, Russian, Spanish, Swahili, Turkish, Vietnamese - - [Multilingual content search capabilities](https://mcshelby.github.io/hugo-theme-relearn/configuration/sidebar/search/#search-with-mixed-language-support) + - [Multilingual content search capabilities](https://mcshelby.github.io/hugo-theme-relearn/configuration/sidebar/search/#mixed-language-support) - **Enhanced Markdown Features** - [GitHub Flavored Markdown (GFM) support](https://mcshelby.github.io/hugo-theme-relearn/content/markdown) diff --git a/exampleSite/content/introduction/releasenotes/4/1.en.md b/exampleSite/content/introduction/releasenotes/4/1.en.md index dd9455774d..d71670c5b6 100644 --- a/exampleSite/content/introduction/releasenotes/4/1.en.md +++ b/exampleSite/content/introduction/releasenotes/4/1.en.md @@ -10,4 +10,4 @@ weight = -1 ### New -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} While fixing issues with the search functionality for non Latin languages, you can now [configure to have multiple languages on a single page](configuration/sidebar/search#search-with-mixed-language-support). +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} While fixing issues with the search functionality for non Latin languages, you can now [configure to have multiple languages on a single page](configuration/sidebar/search#mixed-language-support). diff --git a/exampleSite/content/introduction/releasenotes/5/22.en.md b/exampleSite/content/introduction/releasenotes/5/22.en.md index b3a400ae71..88634f7eb1 100644 --- a/exampleSite/content/introduction/releasenotes/5/22.en.md +++ b/exampleSite/content/introduction/releasenotes/5/22.en.md @@ -18,7 +18,7 @@ weight = -22 This can come in handy, if content for such a section page doesn't make much sense to you. See [the documentation](content/frontmatter#disable-section-pages) for how to do this. - This feature may require you to make changes to your existing installation if you are already using _[shortcuts to pages inside of your project](configuration/sidebar/shortcutmenu#how-to-display-pages-only-in-the-shortcuts-menu)_ with a _headless branch parent_. + This feature may require you to make changes to your existing installation if you are already using _[shortcuts to pages inside of your project](configuration/sidebar/shortcutmenu#displaying-pages-only-in-the-shortcuts-menu)_ with a _headless branch parent_. In this case it is advised to remove the `title` from the headless branch parent's front matter, as it will otherwise appear in your breadcrumbs. diff --git a/exampleSite/content/introduction/releasenotes/5/23.en.md b/exampleSite/content/introduction/releasenotes/5/23.en.md index 09de672969..facc150e9e 100644 --- a/exampleSite/content/introduction/releasenotes/5/23.en.md +++ b/exampleSite/content/introduction/releasenotes/5/23.en.md @@ -32,7 +32,7 @@ weight = -23 - {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Taxonomy and term pages are now allowed to contain content. This is added inbetween the title and the page list. -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} It is now possible to print custom taxonomies anywhere in your page. [See the docs](configuration/modifications/taxonomy#customization). +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} It is now possible to print custom taxonomies anywhere in your page. [See the docs](configuration/modifications/taxonomy#setting-up-custom-taxonomies). - {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} It is now possible to adjust the menu width for your whole site. [See the docs](configuration/sidebar/width). diff --git a/exampleSite/content/introduction/releasenotes/5/9.en.md b/exampleSite/content/introduction/releasenotes/5/9.en.md index af9dc0ff5f..82373249c8 100644 --- a/exampleSite/content/introduction/releasenotes/5/9.en.md +++ b/exampleSite/content/introduction/releasenotes/5/9.en.md @@ -14,7 +14,7 @@ weight = -9 It was later discovered, that this causes pages only meant to be displayed in the `More` section of the menu and stored directly inside your `content` directory to now show up in the menu as well. - To [get rid](configuration/sidebar/shortcutmenu#how-to-display-pages-only-in-the-shortcuts-menu) of this undesired behavior you have two choices: + To [get rid](configuration/sidebar/shortcutmenu#displaying-pages-only-in-the-shortcuts-menu) of this undesired behavior you have two choices: 1. Make the page file a [headless branch bundle](https://gohugo.io/content-management/page-bundles/#headless-bundle) (contained in its own subdirectory and called `_index.md`) and add the following front matter configuration to the file (see exampleSite's `content/showcase/_index.en.md`). This causes its content to **not** be ontained in the sitemap. diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 6a6a180760..f1f7065761 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -6.4.0+39b403c10f701f48035c892325d4fb54e15a560f \ No newline at end of file +6.4.0+8b93d3a3700bd984e4d499f0b87ecfe854524b91 \ No newline at end of file