<metaname="description"content="5.22.0 (2023-10-02) Change Change This release fixes an issue where in unfortunate conditions DOM ids generated by Hugo may collide with DOM ids set by the theme. To avoid this, all theme DOM ids are now prefixed with R-.">
<metaname="twitter:title"content="Version 5.22 :: Hugo Relearn Theme">
<metaname="twitter:description"content="5.22.0 (2023-10-02) Change Change This release fixes an issue where in unfortunate conditions DOM ids generated by Hugo may collide with DOM ids set by the theme. To avoid this, all theme DOM ids are now prefixed with R-.">
<metaproperty="og:title"content="Version 5.22 :: Hugo Relearn Theme">
<metaproperty="og:description"content="5.22.0 (2023-10-02) Change Change This release fixes an issue where in unfortunate conditions DOM ids generated by Hugo may collide with DOM ids set by the theme. To avoid this, all theme DOM ids are now prefixed with R-.">
<metaitemprop="name"content="Version 5.22 :: Hugo Relearn Theme">
<metaitemprop="description"content="5.22.0 (2023-10-02) Change Change This release fixes an issue where in unfortunate conditions DOM ids generated by Hugo may collide with DOM ids set by the theme. To avoid this, all theme DOM ids are now prefixed with R-.">
<p><spanclass="badge cstyle note badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-exclamation-circle"></i></span><spanclass="badge-content">Change</span></span> Change of behavior, may require action</p>
</li>
<li>
<p><spanclass="badge cstyle info badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-plus-circle"></i></span><spanclass="badge-content">New</span></span> New behavior, often introducing new options</p>
</li>
</ul>
<hr>
<h2id="5-22-0">5.22.0 (2023-10-02)</h2>
<h3id="change">Change</h3>
<ul>
<li>
<p><spanclass="badge cstyle note badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-exclamation-circle"></i></span><spanclass="badge-content">Change</span></span> This release fixes an issue where in unfortunate conditions DOM ids generated by Hugo may collide with DOM ids set by the theme. To avoid this, all theme DOM ids are now prefixed with <code>R-</code>.</p>
<p>If you haven’t modified anything, everything is fine. Otherwise you have to check your custom CSS rules and JavaScript code.</p>
</li>
<li>
<p><spanclass="badge cstyle note badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-exclamation-circle"></i></span><spanclass="badge-content">Change</span></span> You can now have structural sections in the hierarchical menu without generating a page for it.</p>
<p>This can come in handy, if content for such a section page doesn’t make much sense to you. See <ahref="/hugo-theme-relearn/configuration/sidebar/menus/index.html#disable-menu-entries">the documentation</a> for how to do this.</p>
<p>This feature may require you to make changes to your existing installation if you are already using <em><ahref="/hugo-theme-relearn/configuration/sidebar/menus/index.html#displaying-pages-exclusively-in-a-hugo-menu">shortcuts to pages inside of your project</a></em> with a <em>headless branch parent</em>.</p>
<p>In this case it is advised to remove the <code>title</code> from the headless branch parent’s front matter, as it will otherwise appear in your breadcrumbs.</p>
</li>
</ul>
<h3id="new">New</h3>
<ul>
<li>
<p><spanclass="badge cstyle info badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-plus-circle"></i></span><spanclass="badge-content">New</span></span> It is now possible to overwrite the setting for <code>collapsibleMenu</code> of your <code>hugo.toml</code> inside of a page’s front matter.</p>
</li>
<li>
<p><spanclass="badge cstyle info badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-plus-circle"></i></span><spanclass="badge-content">New</span></span> If a Mermaid graph is zoomable a button to reset the view is now added to the upper right corner. The button is only shown once the mouse is moved over the graph.</p>
</li>
<li>
<p><spanclass="badge cstyle info badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-plus-circle"></i></span><spanclass="badge-content">New</span></span> It is now possible to remove the root breadcrumb by setting <code>disableRootBreadcrumb=true</code> in your <code>hugo.toml</code>.</p>
</li>
<li>
<p><spanclass="badge cstyle info badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-plus-circle"></i></span><spanclass="badge-content">New</span></span> The output of the dedicated search page now displays the result’s breadcrumb.</p>
</li>
<li>
<p><spanclass="badge cstyle info badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-plus-circle"></i></span><spanclass="badge-content">New</span></span> Table rows now change their background color on every even row.</p>
</li>
<li>
<p><spanclass="badge cstyle info badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-plus-circle"></i></span><spanclass="badge-content">New</span></span> Translation into Swahili. This language is not supported for search.</p>