From: Emil Williams Date: Thu, 8 May 2025 03:27:39 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=750fe378320184c1a382f327cd7e4bb93b4898fe;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index a6575c9..9371a19 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;