X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/84155e2ebd54bd2dd07d1a920894496db75707c1..73b157a0d9ee1fc503c8501df01ae8269e1ef28d:/index.plp diff --git a/index.plp b/index.plp index 468e927..7377784 100644 --- a/index.plp +++ b/index.plp @@ -35,6 +35,7 @@ if (open my $log, '<', 'UPDATE') {{ EscapeHTML $line; my ($date, $subject) = split /[\t\n]/, $line; $date =~ s/ \K// and $date .= ''; + $subject =~ s{\A(\w+)(?=: )}{showlink($1, -e "$1.plp" && "/$1")}e; say "

Last update: $date $subject

"; }}