diff options
Diffstat (limited to 'template/index.tt')
| -rw-r--r-- | template/index.tt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/index.tt b/template/index.tt index 829ee72..4b59942 100644 --- a/template/index.tt +++ b/template/index.tt @@ -1,8 +1,9 @@ <html> +[% title = "Gorilla Nest" %] [% INCLUDE head.tt %] <body> -<h1>index</h1> -<ul>[% FOR i IN directories %]<li>[% i %]</li>[% END %]</ul> +<h1>[% title %]</h1> +<ul>[% FOR i IN directories %]<li><a href="/[% i %]/">/[% i %]/</a></li>[% END %]</ul> </body> [% INCLUDE foot.tt %] </html> |
