summaryrefslogtreecommitdiffstats
path: root/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/404.html')
-rw-r--r--docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/404.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/404.html b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/404.html
new file mode 100644
index 000000000..9b0866d18
--- /dev/null
+++ b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/404.html
@@ -0,0 +1,10 @@
+{{ 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 }}