From 46446a0f91fcb8290791e49372493c2ef81d3506 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 03 Apr 2025 16:25:44 +0800 Subject: [PATCH] HTML: Fix authorship fields --- templates/repo_index.tmpl | 4 ++-- diff --git a/templates/repo_index.tmpl b/templates/repo_index.tmpl index 59efd15e33de1a7257a51078d0995e91cc36860d..666eaeb0eb7b7180d76c4f0a86829460cbe4eef0 100644 --- a/templates/repo_index.tmpl +++ b/templates/repo_index.tmpl @@ -69,10 +69,10 @@ {{- range .commits -}} {{- .Message | first_line -}} - {{- .Author.Name -}} + {{- .Author -}} - {{- .Author.When.Format "2006-01-02 15:04:05 -0700" -}} + {{- .Date -}} {{- end -}} -- 2.48.1