Skip to content

Commit

Permalink
Properly mark sponsor links
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh committed Jan 30, 2024
1 parent c725e7d commit 552607c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/sponsors/sponsors.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const sponsorsOutput = `{{range .}}
<a href="{{.LinkURL}}">
<a href="{{.LinkURL}}" rel="nofollow sponsored">
<img src="{{.AvatarURL}}" class="img github-avatar" alt="{{.Name}}">
</a>
{{end}}`
Expand Down

0 comments on commit 552607c

Please sign in to comment.