From: Emil Williams Date: Sun, 11 May 2025 04:26:53 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=25b5fa37e56d8ad6769806bdb2717e904a58af1d;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index c262246..032a986 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -27,7 +27,7 @@ use constant { our %page = ( '' => [ STATIC_PAGE, '404', '404 Not Found', '404 Not Found' ], - '/' => [ STATIC_PAGE, 'index', 'Chendex', 'Forum Index' ], + '/' => [ STATIC_PAGE, 'index', 'Chendex', 'Forum Index' ], '/c/' => [ DYNAMIC_PAGE, 'img', 'Chen', 'Chen Technology' ], '/sys/' => [ DYNAMIC_PAGE, 'img', 'System', 'Site Info' ], );