diff options
Diffstat (limited to 'template/index.tt')
| -rw-r--r-- | template/index.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/index.tt b/template/index.tt index a2048a7..908e25d 100644 --- a/template/index.tt +++ b/template/index.tt @@ -5,7 +5,7 @@ <body> <h1>[% title %]</h1> <h2>[% description %]</h2> -<ul>[% FOR i IN directories %]<li><a href="/[% i %]/">/[% i %]</a></li>[% END %]</ul> +<ul>[% FOR i IN log %]<li><a href="/[% i %]/">/[% i %]</a></li>[% END %]</ul> </body> [% INCLUDE foot.tt %] </html> |
