From: Emil Williams Date: Thu, 8 May 2025 04:20:51 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=463ec96bcf085122403ca6930e96518e7c91f94d;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index bc87554..85de7aa 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -101,6 +101,7 @@ sub init { next if $set[0] != STATIC_PAGE; syslog("info", "Marking Static '$key'"); $vars->{"uri"} = "$key"; + $vars->{"title"} = "$set[2]"; $vars->{"description"} = "$set[3]"; my $temporary; $template->process($set[1], $vars, \$temporary) or syslog("info", $template->error()); diff --git a/tt/header b/tt/header index e1ad41b..1cba1c4 100644 --- a/tt/header +++ b/tt/header @@ -9,5 +9,5 @@ -[% uri %] @ [% sitename %] +[% title %]