From 1872ca726ab9b0105481ba2404b01e7aeb43bbee Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Wed, 14 Dec 2022 17:38:48 +0530 Subject: routes: description and humanized time to index --- templates/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 91f18b7..3ab82c7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,12 +12,14 @@ + - {{ range $repo, $lc := .info }} + {{ range .info }} - - + + + {{ end }}
repositorydescription last active
{{ $repo }}{{ $lc }}{{ .Name }}{{ .Desc }}{{ .Idle }}
-- cgit