aboutsummaryrefslogtreecommitdiff
path: root/template/index.tt
diff options
context:
space:
mode:
Diffstat (limited to 'template/index.tt')
-rw-r--r--template/index.tt5
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>