From: Emil Williams Date: Sun, 18 May 2025 01:06:28 +0000 (+0000) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=b88a8d6c516da855719dc4e5028788ec181db746;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index 33a3ee4..7a97df2 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -182,10 +182,6 @@ sub init { foreach my $key (keys %page) { my @set = @{$page{$key}}; next if $set[PAGE_TYPE] != STATIC_PAGE; - if ($set[PAGE_TYPE] != STATIC_PAGE) { - next if $set[PAGE_TYPE] == DYNAMIC_PAGE; - if $set - } syslog("info", "Marking Static '$key'"); $vars->{"uri"} = "$key"; $vars->{"title"} = "$set[PAGE_TITLE]";