From 9b125348d7df6304f87f348b68f9e739e6ad1230 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 12 Feb 2025 20:09:59 +0800 Subject: [PATCH] repo_log: Fix anchor --- templates/repo_log.html.tmpl | 2 +- diff --git a/templates/repo_log.html.tmpl b/templates/repo_log.html.tmpl index 9ef489e5ab3b03129eaccad1480464660afab41d..a24138cc1c9c4e89f8505393e0b536d30d563ea4 100644 --- a/templates/repo_log.html.tmpl +++ b/templates/repo_log.html.tmpl @@ -24,7 +24,7 @@ {{- range .commits }} - {{ .ID }} + {{ .ID }} {{ .Message | first_line }} {{ .Author.Name }} -- 2.48.1