From: Emil Williams Date: Sun, 11 May 2025 04:26:36 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=0f2b1ffdbb20d8b27d024ce38428a63df425e9b2;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index 150a35f..c262246 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -28,7 +28,7 @@ use constant { our %page = ( '' => [ STATIC_PAGE, '404', '404 Not Found', '404 Not Found' ], '/' => [ STATIC_PAGE, 'index', 'Chendex', 'Forum Index' ], - '/c/' => [ DYNAMIC_PAGE, 'img', 'Chen', 'General Discussion Board' ], + '/c/' => [ DYNAMIC_PAGE, 'img', 'Chen', 'Chen Technology' ], '/sys/' => [ DYNAMIC_PAGE, 'img', 'System', 'Site Info' ], ); @@ -63,7 +63,6 @@ sub Triple::main { my @set = @{$dynamic}; $vars->{"title"} = "$set[PAGE_TITLE]"; $vars->{"description"} = "$set[PAGE_DESCRIPTION]"; - $page = "dynamic $set[PAGE_TYPE], no?"; $template->process($set[PAGE_TT], $vars, \$page) or syslog("info", $template->error()); } else { $page = %static{''};