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.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/gititemcommit.qtpl.go') diff --git a/templates/gititemcommit.qtpl.go b/templates/gititemcommit.qtpl.go index 13c1fa9..f94a1c2 100644 --- a/templates/gititemcommit.qtpl.go +++ b/templates/gititemcommit.qtpl.go @@ -65,7 +65,7 @@ func (g *GitItemCommitPage) StreamGitContent(qw422016 *qt422016.Writer, name, re
`) //line gititemcommit.qtpl:13 - StreamCommit(qw422016, name, g.Commit) + StreamCommit(qw422016, name, g.Commit, true) //line gititemcommit.qtpl:13 qw422016.N().S(`
-- cgit v1.2.3