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: e98d890d966c13afc726751dba2eb96ff690e0f1 (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 }}