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

404.html « layouts - github.com/ijsucceed/onepress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b320fd60f461996492c2b85a289b7b1174ee5495 (plain)
1
2
3
4
5
6
7
8
9
10
{{ define "main" }}
<article class="post">
    <header>
        <h1>{{ .Site.Params.title404 | default "404 - Page not found" }}</h1>
        <h3>{{ .Site.Params.subtitle404 | default "The content you're looking for doesn't seem to exist." }}</h3>
    </header>

    {{ partial "latest-posts.html" . }}
</article>
{{ end }}