Skip to content

Commit d97082b

Browse files
committed
Improve 404 page slightly
1 parent f67b75a commit d97082b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/partials/article-404.hbs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<article class="doc">
22
<h1 class="page">{{{or page.title 'Page Not Found'}}}</h1>
33
<div class="paragraph">
4-
<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>
4+
<p>The page you&#8217;re looking for does not exist. It may have been moved.
5+
You can{{#with site.homeUrl}} return to the <a href="{{{this}}}">start page</a>, or{{/with}} browse the extensions in the navigation bar on the left.</p>
56
</div>
67
<div class="paragraph">
78
<p>If you arrived on this page by clicking on a link, please notify the owner of the site that the link is broken.

0 commit comments

Comments
 (0)