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

404.html « layouts - github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c274bb2949574773996e74094cf4067e74847858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}

<body>
  <div id="main">
    <article class="message is-primary is-large">
      <div class="message-header">
        <p>404 Page Not Found</p>
      </div>
      <div class="message-body">
        <p>{{ i18n "404-info" }}</p>
      </div>
    </article>
  </div>
</body>

</html>