shithub: hugo

ref: 06e5633400b37bec2ebb6e4a9ea4603a0afcd010
dir: /docs/themes/gohugoioTheme/layouts/404.html/

View raw version
{{ 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">
    {{ partial "svg/gopher-hero.svg" . }}
  </div>

  {{ .Content }}
</main>
{{ end }}