summaryrefslogtreecommitdiff
path: root/layouts/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/layouts/404.html b/layouts/404.html
deleted file mode 100644
index b73be72..0000000
--- a/layouts/404.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{{ partial "header.html" . }}
-
- <main role="main">
- <h1>Oops!</h1>
- <h2>This page does not exist.</h2>
- </main>
-
-{{ partial "footer.html" . }}