diff --git a/pkg/web/webui_commit.go b/pkg/web/webui_commit.go index 4a63672a8bea57df73eb5900efbfad63ae197ad2..cafe19797493b4f6706018667ac55e5459dd3bbf 100644 --- a/pkg/web/webui_commit.go +++ b/pkg/web/webui_commit.go @@ -85,7 +85,7 @@ func repoCommit(w http.ResponseWriter, r *http.Request) { BaseData: BaseData{ ServerName: cfg.Name, ActiveTab: "commits", - Title: commitSubject + " | Commit " + shortHash + " | " + repoDisplayName, + Title: commitSubject + " | " + repoDisplayName + "@" + shortHash, Description: commitBody, }, Repo: repo,