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

404.html « layouts - github.com/fncnt/vncnt-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f9a6c71a09795cea85fe6866d363b906f55d8da (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
  {{ partial "includes" . }}
  <div class="error404">
    {{ with .Site.Params.error404 }}
      <h2>{{ . | markdownify }}</h2>
    {{ else }}
      <h2>{{ "404 -- There is no such page." | markdownify}}</h2>
    {{ end }}
  </div>
</html>