From 8a237e0cfea615747976d03ed1a6b1a932e5fa86 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sun, 21 Jul 2024 17:55:51 +0200 Subject: feat: Add tar.gz link to commit page --- templates/gititemsummary.qtpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/gititemsummary.qtpl') diff --git a/templates/gititemsummary.qtpl b/templates/gititemsummary.qtpl index 44e1604..f2de5be 100644 --- a/templates/gititemsummary.qtpl +++ b/templates/gititemsummary.qtpl @@ -39,7 +39,7 @@ type GitItemSummaryPage struct {
{% for _, c := range g.Commits %} - {%= Commit(name, c) %} + {%= Commit(name, c, false) %} {% endfor %}
-- cgit v1.2.3