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

404.html « layouts - github.com/jacobsun/hugo-theme-cole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e25eb89592dbc485fb3e0fe51732b999f01daac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{ partial "head.html" . }}

<body>
    {{ partial "header.html" . }}
    <main class="not-found">
        <h1>404</h1>
        <p>Nothing found.</p>
    </main>
    {{ partial "js.html" . }}
    {{ partial "footer.html" .}}
</body>
</html>