Welcome to mirror list, hosted at ThFree Co, Russian Federation.

404.html « layouts - github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d57f915596956f799ede3f570eb2cd3865cc099a (plain)
1
2
3
4
5
6
7
8
9
{{ partial "head.html" . }}
<main class="posts">
  <article class="post">
    <h1>404 Not Found</h1>
    <p>Sorry, but we couldn't find the page you're looking for.</p>
    <p>Please head back <a href="/">home</a>.</p>
  </article>
</main>
{{ partial "foot.html" . }}