You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/partials/article-404.hbs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
<articleclass="doc">
2
2
<h1class="page">{{{orpage.title'Page Not Found'}}}</h1>
3
3
<divclass="paragraph">
4
-
<p>The page you’re looking for does not exist. It may have been moved. You can{{#withsite.homeUrl}} return to the <ahref="{{{this}}}">start page</a>, or{{/with}} follow one of the links in the navigation to the left.</p>
4
+
<p>The page you’re looking for does not exist. It may have been moved.
5
+
You can{{#withsite.homeUrl}} return to the <ahref="{{{this}}}">start page</a>, or{{/with}} browse the extensions in the navigation bar on the left.</p>
5
6
</div>
6
7
<divclass="paragraph">
7
8
<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