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