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

404.html « layouts - github.com/alanorth/hugo-theme-bootstrap4-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ea058e526c28a52a76b8e249bf9e16b8e6031866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{ define "main"}}

<article class="blog-post">
  <header>
    <h2 class="blog-post-title">Page Not Found</h2>
  </header>
  <p>Page not found. Go back <a href="{{ "/" | relURL }}">home</a>.</p>
</article> <!-- /.blog-post -->

{{ end }}

{{- /* vim: set ts=2 sw=2 et: */}}