From: Emil Williams Date: Wed, 14 May 2025 19:33:39 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=c3f74b169dc54974ced03ef9497d4c33ca4e4e63;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index 5b0a4bc..f9c86f0 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -73,6 +73,8 @@ sub Triple::main { -location => $location, ); + next if $status neq ''; + my $page = $static{$vars->{uri}}; if (not $page) { my $dynamic = $page{$vars->{uri}};