From: Emil Williams Date: Fri, 16 May 2025 22:40:36 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=0f8b9ebaa4416402f571c1bf14ecc161c32e032d;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index f4adf61..bb2636a 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -60,7 +60,7 @@ sub Triple::main { our $vars = { sitename => $sitename, version => $version, - posts => \@posts, + posts => @posts, }; while($request->Accept() >= 0) { diff --git a/tt/img b/tt/img index b37c5b3..b938b82 100644 --- a/tt/img +++ b/tt/img @@ -51,9 +51,9 @@ [% FOREACH post IN posts %]
- [% post.1 %] + [% post.0 %]
- [% post.2 %] + [% post.1 %]
[% END %]