From 0a24431622caef9e1940f141a54124de98d030b4 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 11 Feb 2025 19:05:15 +0800 Subject: [PATCH] repo_index: Don't display commit IDs --- templates/repo_index.html.tmpl | 4 +--- diff --git a/templates/repo_index.html.tmpl b/templates/repo_index.html.tmpl index 7c5422d2b1bb36363a70e19073dc296425898b12..ca0fd83acb13c60402e5f72f66f13d7317bfef4c 100644 --- a/templates/repo_index.html.tmpl +++ b/templates/repo_index.html.tmpl @@ -10,10 +10,9 @@
- + - @@ -22,7 +21,6 @@ {{- range .commits }} -
Recent Commits (see all)Recent Commits (see all)
ID Title Author Time
{{ slice .Hash.String 0 8 }} {{ .Message | first_line }} -- 2.48.1