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

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

{{ define "title" }}
    <h1 class="bold-title is-1">{{ i18n "404_title" . }}</h1>
{{ end }}

{{ define "main" }}
    <div class="container markdown top-pad">
        {{ i18n "404_description" . | markdownify }}
    </div>
{{ end }}

{{ define "footer" }}
    {{ partial "footer/text.html" . }}
{{ end }}