diff --git a/default.hbs b/default.hbs index 42ca818..f72ca72 100644 --- a/default.hbs +++ b/default.hbs @@ -20,10 +20,8 @@ -
- {{!-- All the main content gets inserted here, index.hbs, post.hbs, etc --}} - {{{body}}} -
+ {{!-- All the main content gets inserted here, index.hbs, post.hbs, etc --}} + {{{body}}} {{!-- Search form --}} {{> search}} diff --git a/error-404.hbs b/error-404.hbs new file mode 100644 index 0000000..6c0b5c3 --- /dev/null +++ b/error-404.hbs @@ -0,0 +1,15 @@ +{{!< default}} + +{{!-- The header --}} +{{> header background=@site.cover_image}} + +
+
+

404

+

Page not found

+

+ Unfortunately the page you were looking for could not be found. +

+ Go to the home page +
+
diff --git a/index.hbs b/index.hbs index 54f59d5..30523fa 100644 --- a/index.hbs +++ b/index.hbs @@ -3,3 +3,6 @@ {{!-- The header --}} {{> header background=@site.cover_image}} + +
+