diff --git a/404.html b/404.html new file mode 100644 index 00000000..b9a0c7cd --- /dev/null +++ b/404.html @@ -0,0 +1,16 @@ + + + + + 404 Not Found - Thorium Reader + + + +

404 Not Found

+

The page you requested cannot be found.

+

+ + Return to the home page + +

+ \ No newline at end of file diff --git a/layouts/404 copy.html b/layouts/404 copy.html deleted file mode 100644 index f648800b..00000000 --- a/layouts/404 copy.html +++ /dev/null @@ -1,8 +0,0 @@ -{{ define "main"}} -
-
-

Not found

-

Oops! This page doesn't exist. Try going back to our home page.

-
-
-{{ end }} diff --git a/layouts/404.html b/layouts/404.html index 378b7367..5269355f 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,10 +1,9 @@ -{{ define "main"}} -
-
-

Not found

-

Oops! This page doesn't exist. Try going back to our home page.

- -

You can learn how to make a 404 page like this in Custom 404 Pages.

-
-
-{{ end }} +{{ define "main" }} +

404 Not Found

+

The page you requested cannot be found.

+

+ + Return to the home page + +

+{{ end }} \ No newline at end of file