forked from TryGhost/Source
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patherror-404.hbs
29 lines (20 loc) · 1.01 KB
/
error-404.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{{!< default}} {{!-- The tag above means: insert everything in this file into the body of the default.hbs template --}}
<main class="gh-main">
<article class="gh-article">
<header class="gh-article-header gh-canvas">
</header>
<section class="gh-content gh-canvas is-body">
<section class="error-message">
<h1 class="error-code">404</h1>
<a href="{{@site.url}}" title="Go to the front page of SREDevOps.org or try searching below."
referrerpolicy="no-referrer" rel="home">Go to the front page of SREDevOps.org</a> or try searching
below.
</section>
<section class="search-form">
Click here to Search in our site with Algolia
<button class="gh-search gh-icon-button" aria-label="Search in SREDevOps.org" onclick="openModal();search.start();">
{{> "icons/search"}}
</button>
</section>
</article>
</main>