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

404.html « layouts - github.com/tummychow/lanyon-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ed6d5a7ad4503c80a0d9520b5878593895bf3fe (plain)
1
2
3
4
5
6
7
8
{{ partial "default_head.html" . }}

<div class="page">
  <h1 class="page-title">404</h1>
  <p>Sorry, we&rsquo;ve misplaced that URL or it&rsquo;s pointing to something that doesn&rsquo;t exist. <a href="/">Head back home</a> to try finding it again.</p>
</div>

{{ partial "default_foot.html" . }}