diff --git a/src/content/notfound/_index.en.md b/src/content/notfound/_index.en.md new file mode 100644 index 0000000..c5fb1c9 --- /dev/null +++ b/src/content/notfound/_index.en.md @@ -0,0 +1,6 @@ +--- +title: "404" +description: "404 page not found" +layout: "single" + +--- diff --git a/src/layouts/notfound/single.html b/src/layouts/notfound/single.html new file mode 100644 index 0000000..b30d5bc --- /dev/null +++ b/src/layouts/notfound/single.html @@ -0,0 +1,12 @@ +{{ define "main" }} + +
+
+

{{ .Title }}

+
+
+

{{ .Params.description }}. Get back to home.

+
+
+ +{{ end }}