diff --git a/openbsd.app.pl b/openbsd.app.pl index 21d83d8..accc3f5 100755 --- a/openbsd.app.pl +++ b/openbsd.app.pl @@ -153,6 +153,7 @@ get '/' => sub ($c) { $c->stash( title => $title ); $c->stash( descr => $descr ); $c->stash( mtime => $mtime ); + $c->stash( year => (localtime)[5] + 1900 ); if ( defined $search && $search ne "" ) { my $db = $c->sqlite->db; @@ -259,7 +260,7 @@ __DATA__ <%== content %>