mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
5ac0f751aa
723da4a37 Vendor the theme git-subtree-dir: docs git-subtree-split: 723da4a3769ee8a6c02758b553618143f92fccef
10 lines
332 B
HTML
10 lines
332 B
HTML
{{ define "main" }}
|
|
<main class="cf pa5 pa4-l f4 tc center measure-wide lh-copy gray">
|
|
<h1 class="f3 f2-ns">The page you're looking for doesn't exist. Perhaps you'd like to gopher something else? Sorry.</h1>
|
|
<div class="h6">
|
|
<img src="/images/gopher-hero.svg" alt="" class="h5">
|
|
</div>
|
|
|
|
{{ .Content }}
|
|
</main>
|
|
{{ end }}
|