This repository has been archived on 2021-08-12. You can view files and clone it, but cannot push or open issues/pull-requests.
hugo-bearblog-fork/layouts/404.html

8 lines
185 B
HTML

{{ define "title" }}404{{ end }}
{{ define "main" }}
<h1>404</h1>
<h2>ʕノ•ᴥ•ʔノ ︵ ┻━┻</h2>
<p>Why don't you head back to <a href="/">the main page</a>?</p>
{{ end }}