404 page integrated 👌🏼
This commit is contained in:
parent
f472837d49
commit
8d1b05ac79
|
@ -20,10 +20,8 @@
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body class="{{body_class}}">
|
<body class="{{body_class}}">
|
||||||
<main>
|
|
||||||
{{!-- All the main content gets inserted here, index.hbs, post.hbs, etc --}}
|
{{!-- All the main content gets inserted here, index.hbs, post.hbs, etc --}}
|
||||||
{{{body}}}
|
{{{body}}}
|
||||||
</main>
|
|
||||||
|
|
||||||
{{!-- Search form --}}
|
{{!-- Search form --}}
|
||||||
{{> search}}
|
{{> search}}
|
||||||
|
|
15
error-404.hbs
Normal file
15
error-404.hbs
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{{!< default}}
|
||||||
|
|
||||||
|
{{!-- The header --}}
|
||||||
|
{{> header background=@site.cover_image}}
|
||||||
|
|
||||||
|
<main class="l-fullscreen">
|
||||||
|
<section class="l-fullscreen__content" data-aos="fade-up" data-aos-delay="300">
|
||||||
|
<h1 class="m-404-title">404</h1>
|
||||||
|
<p class="m-404-subtitle">Page not found</p>
|
||||||
|
<p class="m-404-text">
|
||||||
|
Unfortunately the page you were looking for could not be found.
|
||||||
|
</p>
|
||||||
|
<a href="{{@site.url}}" class="m-button outlined">Go to the home page</a>
|
||||||
|
</section>
|
||||||
|
</main>
|
Loading…
Reference in a new issue