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

404.html « layouts - github.com/mismith0227/hugo_theme_pickles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 343ad0592109c114dcb4038b7e3738a7336ded06 (plain)
1
2
3
4
5
{{ partial "header.html" . }}
<section class="p-notfound">
  <h1>404</h1>
</section>
{{ partial "footer.html" . }}