From 359499b1058a6b8cd4cc99aadd407e0a050ba4d7 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 15 Feb 2025 23:17:28 +0100 Subject: ref: Make summary more lean Now it will only show the first 3 tags to better distribute the page content. --- templates/gititemsummary.qtpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/gititemsummary.qtpl') diff --git a/templates/gititemsummary.qtpl b/templates/gititemsummary.qtpl index e00c37d..f39a613 100644 --- a/templates/gititemsummary.qtpl +++ b/templates/gititemsummary.qtpl @@ -34,6 +34,7 @@ type GitItemSummaryPage struct { {% endfor %} + [ see refs... ]
@@ -41,5 +42,6 @@ type GitItemSummaryPage struct { {%= Commit(name, c, false) %} {% endfor %}
+ [ see log... ]
{% endfunc %} -- cgit v1.2.3