From 4534dffb865eb1a50bfbc291a5c3798183081caf Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sun, 26 May 2024 20:33:37 +0200 Subject: feat: Add actual git listing implementation --- templates/gitlist.qtpl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'templates/gitlist.qtpl') diff --git a/templates/gitlist.qtpl b/templates/gitlist.qtpl index 10a89da..84a42f9 100644 --- a/templates/gitlist.qtpl +++ b/templates/gitlist.qtpl @@ -14,14 +14,17 @@ type GitListPage struct { {% for _, c := range u.ChunkBy(p.Respositories, 3) %}
{% for _, r := range c %} -
+
- {%s r.Title %} + {%s r.Title %}
-

{%s r.Description %}

- go to repository +

{%s r.LastCommitMessage %}

+

{%s r.LastCommitDate %}

+ summary + log + tree
-- cgit v1.2.3