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/gititemcommit.qtpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/gititemcommit.qtpl') diff --git a/templates/gititemcommit.qtpl b/templates/gititemcommit.qtpl index e685f23..77536f1 100644 --- a/templates/gititemcommit.qtpl +++ b/templates/gititemcommit.qtpl @@ -10,7 +10,7 @@ type GitItemCommitPage struct { {% func (g *GitItemCommitPage) GitContent(name, ref string) %}
- {%= Commit(name, g.Commit) %} + {%= Commit(name, g.Commit, true) %}