mirror of https://github.com/onweru/compose.git

weru
30.04.2020 dfad1ec43b34f84ddcee2b94ea2641fe0d798a6c
layouts/404.html
@@ -1,8 +1,6 @@
{{- define "main"}}
<main id="main">
  <div>
    <h1 id="title">Not found</h1>
    <p>Oops! This page doesn't exist. Try going back to our <a href="{{ "/" | relURL }}">home page</a>.</p>
  </div>
<main>
  <h1 id="title">Not found</h1>
  <p>Bummer! This page doesn't exist. Y<a href="{{ .Site.BaseURL }}">back home</a>.</p>
</main>
{{- end }}