From: Emil Williams Date: Tue, 6 May 2025 19:25:46 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=5053b025038b6a6cd2ebac0387f814533ed99715;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index 4a5ebf0..62f0ec2 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -79,8 +79,8 @@ sub init { my @set = @{$page{$key}}; next if $set[0] == DYNAMIC_PAGE; syslog("info", "Marking Static '$key'"); - # $template->process($datum[1], $vars, \$_) or syslog("info", $template->error()); - # $static{$path} = $_; + $template->process($set[1], $vars, \$_) or syslog("info", $template->error()); + $static{$key} = $_; } }