diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 00ccd55..302c11e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,7 +11,7 @@ <h1>hi this is gityeet</h1> <ul> {% for repo in state.data %} - <li>{{ repo.path().display() }}</li> + <li><a href="/{{ state.relative_path(repo.path()).display() }}">{{ state.relative_path(repo.path()).display() }}</a></li> {% endfor %} </ul> </body> |