Commit c9c4bae

Anton Medvedev <anton@medv.io>
2025-11-30 18:42:23
Update the commit title format
1 parent 45b0f87
Changed files (1)
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,