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

404.html « layouts - github.com/jakewies/hugo-theme-codex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40e97f2294f77af10fa80fbc5bb5da8162763491 (plain)
1
2
3
4
5
6
7
8
9
10
11
{{ define "styles" }}
    {{ $.Scratch.Set "style_opts" (dict "src" "scss/pages/404.scss" "dest" "css/404.css") }}
{{ end }}

{{ define "main" }}
<article>
  <h1>
    This is not the page you were looking for
  </h1>
</article>
{{ end }}