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

404.html « layouts - github.com/wayjam/hugo-theme-mixedpaper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a06145cacbf153cad2626ea74d2adc19555762f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ define "title" }}HTTP 404 - {{ .Site.Title }}{{ end }}

{{ define "main" }}
  <section id="main" class="notfound">
    <h1 class="not-found-title">404</h1>
    <div class="block">
      <h3>Sorry, we couldn't find the page you're looking for.</h3>
      <div class="line"></div>
      <p class="back"><a href="{{ "/" | relLangURL }}">Go back home</a></p>
    </div>
  </section>
{{ end }}