From: Emil Williams Date: Thu, 8 May 2025 03:28:40 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=17e041c1f3f955cc0d804c5cd1738881e01063e5;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index 79f9aec..a25d0e5 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -93,7 +93,7 @@ sub init { my @set = @{$page{$key}}; next if $set[0] != STATIC_PAGE; syslog("info", "Marking Static '$key'"); - $vars->{"uri"} = "$key"; + # $vars->{"uri"} = "$key"; my $temporary; $template->process($set[1], $vars, \$temporary) or syslog("info", $template->error()); $static{$key} = $temporary;