<metaname="description"content="5.27.0 (2024-04-07) Hugo 0.121.0 0.121.0 This release requires a newer Hugo version. Change Change 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.">
<metaname="twitter:title"content="Version 5.27 :: Hugo Relearn Theme">
<metaname="twitter:description"content="5.27.0 (2024-04-07) Hugo 0.121.0 0.121.0 This release requires a newer Hugo version. Change Change 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.">
<metaproperty="og:title"content="Version 5.27 :: Hugo Relearn Theme">
<metaproperty="og:description"content="5.27.0 (2024-04-07) Hugo 0.121.0 0.121.0 This release requires a newer Hugo version. Change Change 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.">
<metaitemprop="name"content="Version 5.27 :: Hugo Relearn Theme">
<metaitemprop="description"content="5.27.0 (2024-04-07) Hugo 0.121.0 0.121.0 This release requires a newer Hugo version. Change Change 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.">
<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-27-0">5.27.0 (2024-04-07)</h2>
<h3id="hugo-01210">Hugo 0.121.0</h3>
<ul>
<li><spanclass="badge cstyle default badge-with-title"><spanclass="badge-title"><iclass="fa-fw fab fa-hackerrank"></i></span><spanclass="badge-content"style="background-color: fuchsia;">0.121.0</span></span> This release requires a newer Hugo version.</li>
</ul>
<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> If the theme is configured to generate warnings or errors during build by setting <code>image.errorlevel</code> to either <code>warning</code> or <code>error</code> in your <code>hugo.toml</code>, it will now also generate output if a link fragment is not found in the target page.</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> The <ahref="/hugo-theme-relearn/configuration/customization/dependencies/index.html">dependency loader</a> was made more versatile.</p>
<p>The configuration in your <code>hugo.toml</code> does not require the <code>location</code> 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.</p>
<p>With the new mechanism, your dependency loader now receives an additional <code>location</code> parameter instead that you can query to inject your dependencies in the desired location.</p>
<p>By that you can now call the dependency mechanism in your own overriden partials by giving it a distinct <code>location</code> parameter. In addition your injected files can now be spread to multiple locations which wasn’t previously possible.</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> Additional styling was added for the native HTML elements <code><mark></code> and <code><kbd></code>. To use them you must allow the <ahref="https://gohugo.io/getting-started/configuration-markup/#rendererunsafe"rel="external"target="_self">usage of HTML</a> in your <code>hugo.toml</code>. The <ahref="/hugo-theme-relearn/authoring/markdown/index.html#standard-and-extensions">Markdown documentation</a> was enhanced for this.</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> You now can scroll forward and backward through all headings of a page by using <kbd>ALT</kbd><kbd>🡑</kbd> and <kbd>ALT</kbd><kbd>🡓</kbd>. This also works for the <code>PRINT</code> output format.</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 breadcrumbs used in the topbar, search results and the taxonomy term lists are now using the pages front matter <code>linktitle</code> instead of <code>title</code> if set.</p>