From c9c4bae4fbd29444425c2d07f66ff6b4975e9893 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Sun, 30 Nov 2025 19:42:23 +0100 Subject: Update the commit title format --- commit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commit.go') diff --git a/commit.go b/commit.go index e5621a7..2091592 100644 --- a/commit.go +++ b/commit.go @@ -231,7 +231,7 @@ func generateCommitPage(commit git.Commit, params Params) error { err = templates.CommitTemplate.ExecuteTemplate(f, "layout.gohtml", templates.CommitParams{ LayoutParams: templates.LayoutParams{ - Title: fmt.Sprintf("%s — %s", params.Name, commit.ShortHash), + Title: fmt.Sprintf("%s %s %s@%s", commit.Subject, dot, params.Name, commit.ShortHash), Name: params.Name, Dark: params.Dark, RootHref: rootHref, -- cgit v1.2.3