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

404.html « layouts - github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b89d2b6fadcd8e0fa7e57f0e64ef3bf26f40b021 (plain)
1
2
3
4
5
6
7
{{ define "main" }}
    <div class="not-found-card">
        <h1 class="article-title">{{ T "notFound.title" }}</h1>
        <h2 class="article-subtitle">{{ T "notFound.subtitle" }}</h2>
    </div>
    {{ partialCached "footer/footer" . }}
{{ end }}