From: Emil Williams Date: Tue, 6 May 2025 19:01:25 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=97e0387f0c9b860f9260e15f737ac7e2331a1121;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index 61749e1..ff6a7db 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -75,12 +75,12 @@ sub init { my $vars = { banana => 'sand', }; - # foreach (my ($path, @datum) = each %page) { - # last if $datum[0] == DYNAMIC_PAGE; - # syslog("info", "Marking Static $path"); + foreach (my ($path, @datum) = each %page) { + last if $datum[0] == DYNAMIC_PAGE; + syslog("info", "Marking Static $path"); # $template->process($datum[1], $vars, \$_) or syslog("info", $template->error()); # $static{$path} = $_; - # } + } } my ($sitename, $version) = preinit();