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

404.html « layouts - github.com/varkai/hugo-theme-zozo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cacc747100d336e82799999f46381aca717d34f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{{ partial "head.html" . }}
<body>
<div class="main animated">
  {{ partial "header.html" . }}
  <div class="content">
    <div class="page_tags">
      <h1>(≥o≤)</h1>
      <h2>{{ with .Site.Params.title404 }}{{ . }}{{ else }}404 Page Not Found{{ end }}</h2>
      <h3><a href="{{ $.Site.BaseURL }}">首页</a></h3>
    </div>
    <div class="pagination"></div>
  </div>
</div>
{{ partial "footer.html" . }}
{{ partial "js.html" . }}
</body>
</html>