]> git.xolatile.top Git - emil-3chen.org.git/commitdiff
--
authorEmil Williams <emilemilemil@cock.li>
Tue, 6 May 2025 19:25:46 +0000 (13:25 -0600)
committerEmil Williams <emilemilemil@cock.li>
Tue, 6 May 2025 19:25:46 +0000 (13:25 -0600)
perl/Triple.pm

index 4a5ebf0aabfb0e0d94ff04a0b9c5e260f04161aa..62f0ec26d9c40ed7a3ae81b7329d371e20455428 100644 (file)
@@ -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} = $_;
         }
     }