brainbaking/themes/brainbaking-minimal/layouts/404.html

23 lines
449 B
HTML
Raw Normal View History

2020-05-27 20:35:46 +02:00
{{ partial "header" . }}
<header>
2022-10-21 07:53:23 +02:00
<h1 id="header" class="p-name">Whoops, <em>404</em>!</h1>
2020-05-27 20:35:46 +02:00
<h2>Page not found...</h2>
2020-05-27 20:35:46 +02:00
</header>
2020-05-27 20:35:46 +02:00
<main class="single post">
2020-05-27 20:35:46 +02:00
<hr/>
<article>
No Worries! Try to <a href="/archives">dig through the archives</a> instead to find something similar to what you were looking for. There's also a search function in there. Good luck!
</article>
<hr/>
2020-05-27 20:35:46 +02:00
</main>
{{ partial "footer" . }}