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

404.html « layouts - gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a6b937c3742cabba2724a064a3fa3d3f39523c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{{ define "main" }}
<article class="article article-type-post" itemscope="" itemprop="blogPost">
    <div class="article-inner">
        <div class="article-entry" itemprop="articleBody">
            <p>
                <center>
                <h1>
                    {{with .Site.Data.l10n.page_not_found.title}}{{.}}{{end}}
                </h1>
                <h3>
                    {{with .Site.Data.l10n.page_not_found.subtitle}}{{.}}{{end}}
                </h3>
                </center>
            </p>
        </div>
    </div>
</article>
{{ end }}