<metaname="description"content="7.4.0 (XXXX-XX-XX) New New If link.errorlevel is configured, now also the pageRef of a Hugo menu item and the menuPageRef in a page’s front matter will be checked for existence.">
<metaname="twitter:description"content="7.4.0 (XXXX-XX-XX) New New If link.errorlevel is configured, now also the pageRef of a Hugo menu item and the menuPageRef in a page’s front matter will be checked for existence.">
<metaproperty="og:description"content="7.4.0 (XXXX-XX-XX) New New If link.errorlevel is configured, now also the pageRef of a Hugo menu item and the menuPageRef in a page’s front matter will be checked for existence.">
<metaitemprop="description"content="7.4.0 (XXXX-XX-XX) New New If link.errorlevel is configured, now also the pageRef of a Hugo menu item and the menuPageRef in a page’s front matter will be checked for existence.">
<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>
<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 <ahref="/hugo-theme-relearn/authoring/frontmatter/linking/index.html#enabling-link-and-image-link-warnings"><code>link.errorlevel</code> is configured</a>, now also the <code>pageRef</code> of a <ahref="https://gohugo.io/content-management/menus/"rel="external"target="_self">Hugo menu item</a> and the <code>menuPageRef</code> in a <ahref="/hugo-theme-relearn/configuration/sidebar/menus/index.html#displaying-arbitrary-links-in-a-page-menu">page’s front matter</a> will be checked for existence.</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 can now <ahref="/hugo-theme-relearn/authoring/frontmatter/linking/index.html#ignoring-false-negatives">configure an ignore list</a> of addresses that should be ignored if an errorlevel test fails. This is configured by setting <code>errorignore=[]</code> in your <code>hugo.toml</code>. This helps to remove false negatives from the output while still benefitting from the check for all other addresses.</p>
<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 theme supports the new <ahref="/hugo-theme-relearn/configuration/sitemanagement/outputformats/index.html#source-support"><code>source</code> output format</a> which behaves similar in configuration as the <code>markdown</code> output format but allows the original Markdown source including the front matter of a page to be viewed.</p>
<p>You can see this in action on the above linked page, accessible by clicking the <spanclass="btn cstyle transparent"><span><iclass="fa-fw fas fa-file-code"></i></span></span> topbar button.</p>
<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 you haven’t overridden <code>layouts/partials/custom-header.html</code> and <code>css/custom.css</code> and/or <code>js/custom.js</code> is present in your project, the theme now adds them to your pages.</p>
<p>This was done to be compatible with adding custom scripts in an older version of the Hugo documentation.</p>