From: Emil Williams Date: Mon, 12 May 2025 00:42:58 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=9a1d82b6032fec54594e00a64f92fb5f3d0f489d;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index fc069f7..cd4a85d 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -65,7 +65,7 @@ sub Triple::main { my @set = @{$dynamic}; $vars->{"title"} = "$set[PAGE_TITLE]"; $vars->{"description"} = "$set[PAGE_DESCRIPTION]"; - $template->process($set[PAGE_TT], $vars, \$page) or syslog("info", $template->error()); + # $template->process($set[PAGE_TT], $vars, \$page) or syslog("info", $template->error()); } else { $page = $static{''}; }