From 30a188b27883c5d0a468f8d4afbb64a12d31b7c2 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Tue, 6 May 2025 13:08:59 -0600 Subject: [PATCH] -- --- perl/Triple.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl/Triple.pm b/perl/Triple.pm index 61532fb..e65bc6f 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -77,10 +77,10 @@ sub init { }; foreach (my ($path, @datum) = each %page) { print Dumper @datum; - if ($datum[0] == DYNAMIC_PAGE) { + # if ($datum[0] == DYNAMIC_PAGE) { # syslog("info", "Marking Dynamic '$path'"); - next; - } + # next; + # } # syslog("info", "Marking Static '$path'"); # $template->process($datum[1], $vars, \$_) or syslog("info", $template->error()); # $static{$path} = $_; -- 2.47.3