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: 6ba3af158caf352e1450bbe0fe625d7a8b1b0d0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{{ define "main" }}
<section id="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>
</section>
{{ end }}