]> git.xolatile.top Git - emil-3chen.org.git/commitdiff
--
authorEmil Williams <emilemilemil@cock.li>
Sun, 11 May 2025 04:26:36 +0000 (22:26 -0600)
committerEmil Williams <emilemilemil@cock.li>
Sun, 11 May 2025 04:26:36 +0000 (22:26 -0600)
perl/Triple.pm

index 150a35f4264269a16594226ff65a716f2f954d34..c2622469faa083dc85140e7db4c792d3aff7ed7b 100644 (file)
@@ -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{''};