Skip to content

Commit

Permalink
exclude 404 page from prose linting
Browse files Browse the repository at this point in the history
  • Loading branch information
azzazzel committed Sep 20, 2023
1 parent 3768f19 commit fde2c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partials/article-404.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<article class="doc">
<article class="doc no-prose-lint">
<h1 class="page">{{{or page.title 'Page Not Found'}}}</h1>
<div class="paragraph">
<p>The page you&#8217;re looking for does not exist. It may have been moved. You can{{#with site.homeUrl}} return to the <a href="{{{this}}}">start page</a>, or{{/with}} follow one of the links in the navigation to the left.</p>
Expand Down

0 comments on commit fde2c77

Please sign in to comment.