diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip index 57bfa9d..0b4442f 100644 Binary files a/build/ui-bundle.zip and b/build/ui-bundle.zip differ diff --git a/src/partials/article-404.hbs b/src/partials/article-404.hbs index 436b280..200a263 100644 --- a/src/partials/article-404.hbs +++ b/src/partials/article-404.hbs @@ -1,10 +1,37 @@ -
-

{{{or page.title 'Page Not Found'}}}

-
-

The page you’re looking for does not exist. It may have been moved. You can{{#with site.homeUrl}} return to the start page, or{{/with}} follow one of the links in the navigation to the left.

-
-
-

If you arrived on this page by clicking on a link, please notify the owner of the site that the link is broken. -If you typed the URL of this page manually, please double check that you entered the address correctly.

-
+
{{log page}}
+
+

+ Page Not Found +

+
+

+ The page you are looking for no longer exists. +

+
+
+

+ If you believe this is a mistake, please help by + submitting an issue. +

+
+
diff --git a/src/partials/body.hbs b/src/partials/body.hbs index 4a0ac25..3f134da 100644 --- a/src/partials/body.hbs +++ b/src/partials/body.hbs @@ -1,4 +1,6 @@
-{{> nav}} +{{#unless (eq page.layout '404')}} + {{> nav}} +{{/unless}} {{> main}}
diff --git a/src/partials/footer-scripts.hbs b/src/partials/footer-scripts.hbs index 57fadf5..3dbd845 100644 --- a/src/partials/footer-scripts.hbs +++ b/src/partials/footer-scripts.hbs @@ -3,7 +3,7 @@ - +{{#if page.component}}{{/if}} \ No newline at end of file