From: Emil Williams Date: Thu, 8 May 2025 03:47:19 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=da2edf1f2af9098c0aaa57463a47d4b2819a0eb1;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index 96cb7f0..a1a5e5a 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -98,13 +98,9 @@ sub init { next if $set[0] != STATIC_PAGE; syslog("info", "Marking Static '$key'"); $vars->{"uri"} = "$key"; - my $temporary; - $template->process($set[1], $vars, \$temporary) or syslog("info", $template->error()); - if ($key eq "/") { - print $temporary; - exit; - } - $static{$key} = $temporary; + # my $temporary; + # $template->process($set[1], $vars, \$temporary) or syslog("info", $template->error()); + $static{$key} = "Greastest Day.sneed"; } }