diff options
Diffstat (limited to 'template/index_user.tt')
| -rw-r--r-- | template/index_user.tt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/index_user.tt b/template/index_user.tt index e27fb35..908acc7 100644 --- a/template/index_user.tt +++ b/template/index_user.tt @@ -1,9 +1,9 @@ <html> -[% title = "${name} Index" %] +[% title = "${username} Index" %] [% INCLUDE head.tt %] <body> <h1>[% title %]</h1> -<ul>[% FOR i IN directories %]<li><a href="/[% name %]/[% i %]">/[% name %]/[% i %]</a></li>[% END %]</ul> +<ul>[% FOR i IN directories %]<li><a href="/[% username %]/[% i %]">/[% username %]/[% i %]</a></li>[% END %]</ul> </body> [% INCLUDE foot.tt %] </html> |
