From c37d627b529fc8d03328fc77efc57b19ecd0e8f0 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 6 Mar 2025 22:30:57 +0800 Subject: *: Add column headers to tables --- templates/repo_index.tmpl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'templates/repo_index.tmpl') diff --git a/templates/repo_index.tmpl b/templates/repo_index.tmpl index 3ce6d33..617b8ad 100644 --- a/templates/repo_index.tmpl +++ b/templates/repo_index.tmpl @@ -47,6 +47,11 @@ Recent commits (see all) + + Title + Author + Author Date + {{- range .commits }} @@ -69,6 +74,11 @@ /{{ if .ref_name }} on {{ .ref_name }}{{ end }} + + Mode + Filename + Size + {{- $ref_type := .ref_type }} -- cgit v1.2.3