diff --git a/layouts/404.html b/layouts/404.html index e69de29..cbbf38c 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -0,0 +1,9 @@ +{{ partial "header" . }} + +

The page you're looking for isn't here

+ +

Sorry about that.

+ +

Go to the home page

+ +{{ partial "footer" . }}