summaryrefslogtreecommitdiff
path: root/layouts/404.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2019-11-24 17:18:36 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2019-11-24 17:43:52 +0100
commit1f74c443405b2827217275bbdc428bd9320bb99a (patch)
treed97b3c35280ab24fdffd9b099fca0f318239986b /layouts/404.html
parentf752530692e7a3db2d75bc2c77b80839da64d5f3 (diff)
downloadblog-1f74c443405b2827217275bbdc428bd9320bb99a.tar.gz
blog-1f74c443405b2827217275bbdc428bd9320bb99a.zip
Rework index page layout to include projects
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" . }}