From 8f5f9ff24b0327f7640e3619de109e1f19cfba1d Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Thu, 30 May 2024 18:08:12 +0200 Subject: feat: Add git sub page --- templates/gitlist.qtpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'templates/gitlist.qtpl') diff --git a/templates/gitlist.qtpl b/templates/gitlist.qtpl index e07f199..b7beca5 100644 --- a/templates/gitlist.qtpl +++ b/templates/gitlist.qtpl @@ -17,12 +17,16 @@ type GitListPage struct { {% for _, r := range p.Respositories %}

- {%s r.Name %} + {%s r.Name %}

{%s r.LastCommitMessage %}

{%s r.LastCommitDate %}

-

summary log tree

+

+ summary + log + tree +

{% endfor %} -- cgit v1.2.3