From 1ec7498c6aaade3b44ed379ebcc71ddde1ce8ac0 Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 5 Dec 2025 09:49:52 +0100 Subject: [PATCH] fix --- templates/repo/latest_commit.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/latest_commit.tmpl b/templates/repo/latest_commit.tmpl index a5a8820acd..e328b48e84 100644 --- a/templates/repo/latest_commit.tmpl +++ b/templates/repo/latest_commit.tmpl @@ -12,7 +12,7 @@ {{else}} {{if .LatestCommit.Author}} {{ctx.AvatarUtils.AvatarByEmail .LatestCommit.Author.Email .LatestCommit.Author.Name 24}} - {{.LatestCommit.Author.Name}} + {{.LatestCommit.Author.Name}} {{end}} {{end}}