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
+14-10Lines changed: 14 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
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 <aid="return-link"href="{{{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. You can{{#withsite.homeUrl}} return to the <aid="return-link"href="{{{this}}}">start page</a>, or{{/with}} follow one of the links in the navigation on the left.</p>
5
5
</div>
6
6
<divclass="paragraph">
7
-
<p>If you arrived on this page by clicking on a link on another site, please notify the owner of that site that the link is broken.
7
+
<p>If you arrived on this page by clicking a link on another site, please notify the owner of that site that the link is broken.
8
8
If you typed the URL of this page manually, please double check that you entered the address correctly.</p>
9
9
</div>
10
10
</article>
@@ -13,19 +13,23 @@ If you typed the URL of this page manually, please double check that you entered
0 commit comments