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

404.html « layouts - github.com/lubang/hugo-hello-programmer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 20fbf0d6c7715ec0258cbd997f1e2bb2d8cfcfd4 (plain)
1
2
3
4
5
6
7
8
{{ partial "header.html" . }}
<div style="text-align: center;">
  <p>Sorry! It's nobody in here.</p>
  <h1>404 Not Found</h1>
  <p>---</p>
  <p><a href="{{ "/" | relURL }}">Go to home</a></p>
</div>
{{ partial "footer.html" . }}