add author-wrapper class to fix integration

This commit is contained in:
silverwind 2025-12-13 15:26:36 +01:00
parent fd9a7a11bc
commit bebf59175a
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -44,7 +44,7 @@
{{$username = .Author.Name}}
{{end}}
{{ctx.AvatarUtils.AvatarByEmail .Commit.Author.Email $username .AvatarSize}}
<span{{if ctx.RootData.IsSigned}} title="{{.Commit.Author.Email}}"{{end}}>
<span class="author-wrapper" {{if ctx.RootData.IsSigned}} title="{{.Commit.Author.Email}}"{{end}}>
{{if .Commit.Author.Name}}
{{.Commit.Author.Name}}
{{else}}