aboutsummaryrefslogtreecommitdiff
path: root/templates/gititemlog.qtpl
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-07-21 17:55:51 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-07-21 17:56:27 +0200
commit8a237e0cfea615747976d03ed1a6b1a932e5fa86 (patch)
tree6fc4eb3159d502aa3a83b3ea3ea6a2b7bad2955a /templates/gititemlog.qtpl
parent64d9bcc4e567a0f816a0388bf740baa4c01d2323 (diff)
downloadcerrado-0.0.13.tar.gz
cerrado-0.0.13.tar.bz2
cerrado-0.0.13.zip
feat: Add tar.gz link to commit pagev0.0.13
Diffstat (limited to 'templates/gititemlog.qtpl')
-rw-r--r--templates/gititemlog.qtpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gititemlog.qtpl b/templates/gititemlog.qtpl
index ee3841c..e5bfc1b 100644
--- a/templates/gititemlog.qtpl
+++ b/templates/gititemlog.qtpl
@@ -11,7 +11,7 @@ type GitItemLogPage struct {
{% func (g *GitItemLogPage) GitContent(name, ref string) %}
<div class="event-list">
{% for _, c := range g.Commits %}
- {%= Commit(name, c) %}
+ {%= Commit(name, c, false) %}
{% endfor %}
</div>
{% endfunc %}