diff options
Diffstat (limited to '')
-rw-r--r-- | templates/repo_index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo_index.html b/templates/repo_index.html index 776b84e..866a020 100644 --- a/templates/repo_index.html +++ b/templates/repo_index.html @@ -20,7 +20,7 @@ {{- range .commits }} <tr> <td class="commit-id">{{ slice .Hash.String 0 8 }}</td> -<td class="commit-title">{{ .Message }}</td> +<td class="commit-title">{{ .Message | first_line }}</td> <td class="commit-author"> <a class="email-name" href="mailto:{{ .Author.Email }}">{{ .Author.Name }}</a> </td> |