Fork of @spf13's port of Mdo's excellent theme to Hugo https://brendan.abolivier.bzh/

404.html 353B

123456789101112
  1. {{ partial "head.html" . }}
  2. <body>
  3. {{ partial "sidebar.html" . }}
  4. <div class="content container">
  5. <h1>404: Page not found</h1>
  6. <p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="{{ .Site.BaseURL }}">Head back home</a> to try finding it again.</p>
  7. </div>
  8. </body>
  9. </html>