From 29b9a962ebfdc8143202ab21e83fea36d0c360b9 Mon Sep 17 00:00:00 2001 From: Mathieu Cornic Date: Tue, 12 Apr 2016 01:46:08 +0200 Subject: feat: add 404 page --- layouts/404.html | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 layouts/404.html (limited to 'layouts/404.html') diff --git a/layouts/404.html b/layouts/404.html new file mode 100644 index 0000000..432c9b2 --- /dev/null +++ b/layouts/404.html @@ -0,0 +1,53 @@ + + + + + {{ partial "meta.html" . }} {{ partial "favicon.html" . }} {{ .Scratch.Add "title" "" }}{{ if isset .Site.Data.titles .Title }}{{ .Scratch.Set "title" (index .Site.Data.titles .Title).title }}{{ else }}{{ .Scratch.Set "title" .Title}}{{end}} + {{ .Scratch.Get "title" }} + {{ partial "style.html" . }} + + + + + + + + + + + + + + +
+
+
+
+

Error

+

+

+

Woops. Looks like this page doesn't exist.

+

+

Go to homepage

+

+
+
+ +
+ + + -- cgit v1.2.3