about summary refs log tree commit diff stats
path: root/layouts/404.html
diff options
context:
space:
mode:
authorAlan Pearce2017-07-04 20:40:28 +0200
committerAlan Pearce2017-07-04 20:40:28 +0200
commit3fb00f95d8f99fe57f3c49b3eb299c0b62af7e73 (patch)
tree603637579a90af0fb92762cc112881488909c890 /layouts/404.html
parent022af90cb3aa08e891639f3db47ad3bb7b47632a (diff)
parent24492a6c1b5a081847bc6f6de2d6aa7a7d32b04f (diff)
downloadhyde-3fb00f95d8f99fe57f3c49b3eb299c0b62af7e73.tar.lz
hyde-3fb00f95d8f99fe57f3c49b3eb299c0b62af7e73.tar.zst
hyde-3fb00f95d8f99fe57f3c49b3eb299c0b62af7e73.zip
Merge branch 'master' of github.com:alanpearce/hyde
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layouts/404.html b/layouts/404.html
new file mode 100644
index 0000000..8fa1a59
--- /dev/null
+++ b/layouts/404.html
@@ -0,0 +1,12 @@
+{{ partial "head.html" . }}
+<body class="{{ .Site.Params.themeColor }}">
+
+{{ partial "sidebar.html" . }}
+
+    <div class="content container">
+      <h1>404: Page not found</h1>
+        <p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="{{ .Site.BaseURL }}">Head back home</a> to try finding it again.</p>
+    </div>
+
+  </body>
+</html>