From: Bjørn Erik Pedersen Date: Wed, 13 Jul 2016 22:01:06 +0000 (+0200) Subject: docs: Add 404 template X-Git-Tag: v0.17~236 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=318558f26c7821c57f032cae34a657ce5194d3d2;p=brevno-suite%2Fhugo docs: Add 404 template Closes #1965 --- diff --git a/docs/layouts/404.html b/docs/layouts/404.html new file mode 100644 index 00000000..4b140fbd --- /dev/null +++ b/docs/layouts/404.html @@ -0,0 +1,5 @@ +{{ partial "header.html" . }} +
+Page Not Found. +
+{{ partial "footer.html" . }}