summaryrefslogtreecommitdiff
path: root/src/pages/not_found.php
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-21 13:23:33 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-21 13:23:33 +0200
commitd79fb0f0ce4744974d45d7d4e80c3af8c2cca717 (patch)
treebf7a46b251b3047ef5704613fa93c3912427497f /src/pages/not_found.php
parentd3db01ccb363db3f48695abd7dd9eef404ebc670 (diff)
Switch to more flexible params system and add active navlink state
Diffstat (limited to 'src/pages/not_found.php')
-rw-r--r--src/pages/not_found.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/not_found.php b/src/pages/not_found.php
index b71d6c3..abe4c3f 100644
--- a/src/pages/not_found.php
+++ b/src/pages/not_found.php
@@ -1,2 +1,2 @@
-<title>Not found</title>
+<param:title>Not found</param:title>
<p>The requested page could not be found.</p>