From: Emil Williams Date: Wed, 14 May 2025 16:10:30 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=3cde6fe32b7d36e239a01e4d6d2d86250b134090;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index fc069f7..9322eb6 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -28,8 +28,8 @@ use constant { our %page = ( '' => [ STATIC_PAGE, '404', '404 Not Found', '404 Not Found' ], '/' => [ STATIC_PAGE, 'index', 'Chendex', 'Forum Index' ], - '/c/' => [ DYNAMIC_PAGE, 'img', '/c/', 'Chen Tech' ], - '/sys/' => [ DYNAMIC_PAGE, 'img', '/sys/', 'Site Info' ], + '/c/' => [ DYNAMIC_PAGE, 'img', '/c/', 'Chen Tech' ], + '/sys/' => [ DYNAMIC_PAGE, 'img', '/sys/', 'Site Info' ], ); our %static; diff --git a/tt/img b/tt/img index 3155781..a45187d 100644 --- a/tt/img +++ b/tt/img @@ -1,5 +1,8 @@ + [% MACRO title BLOCK %] + [% title %] - [% description %] + [% END %] [% INCLUDE header %]