diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/index.tt | 2 | ||||
| -rw-r--r-- | template/repository.tt | 1 |
2 files changed, 2 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> diff --git a/template/repository.tt b/template/repository.tt index 2877fa3..f11849a 100644 --- a/template/repository.tt +++ b/template/repository.tt @@ -3,6 +3,7 @@ [% INCLUDE head.tt %] <body> <h1>[% title %]</h1> + <ul>[% FOR i IN log %]<li>[% i %]</li>[% END %]</ul> <p> Eventually this page will have something on it, RIGHT?!</p> </body> [% INCLUDE foot.tt %] |
