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

23 lines
449 B
HTML

{{ partial "header" . }}
<header>
<h1 id="header" class="p-name">Whoops, <em>404</em>!</h1>
<h2>Page not found...</h2>
</header>
<main class="single post">
<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/>
</main>
{{ partial "footer" . }}