summaryrefslogtreecommitdiffstats
path: root/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/404.html
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-27 10:47:28 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-27 10:47:28 +0100
commitfc7de7136acbcf0aef54ae8460c7702bc83709be (patch)
treec109bb4dd1f1b054db476e7e4117f79bdd62ec9e /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/404.html
parent1083bf7c08e6f35826279065b8a09a16cc991c7f (diff)
docs: Prepare for new sub tree
See #11925
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, 0 insertions, 10 deletions
diff --git a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/404.html b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/404.html
deleted file mode 100644
index 9b0866d18..000000000
--- a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/404.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{{ 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 }}