v0.9.9 - Added custom 404 page

This commit is contained in:
frederikpyt
2020-08-13 12:06:28 +02:00
parent 0e266c2583
commit d64e8fc4b8
3 changed files with 84 additions and 2 deletions
+3 -1
View File
@@ -65,5 +65,7 @@ return[
"læsmere" => "Read more",
"sedeltagere" => "See participants",
"af" => "By",
"programmedby" => "Programmed by"
"programmedby" => "Programmed by",
"error" => "Error",
"404" => "This page doesn't exist."
];