Skip to content

Commit

Permalink
fix: linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
royalpinto007 committed Feb 5, 2024
1 parent da679df commit 4eb0431
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@

<h1>Page not found</h1>

<p>The page you requested could not be found. Try using the navigation {% if site.search_enabled != false %}or search {% endif %}to find what you're looking for or go to this <a href="{{ '/' | relative_url }}">site's home page</a>.</p>
<p>
The page you requested could not be found. Try using the navigation {% if
site.search_enabled != false %}or search {% endif %}to find what you're
looking for or go to this
<a href="{{ '/' | relative_url }}">site's home page</a>.
</p>

0 comments on commit 4eb0431

Please sign in to comment.