Skip to content

Commit

Permalink
fix: remove seo incentives
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuntley authored Oct 21, 2019
1 parent 41a0c6b commit 21deb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/_Backers.cshtml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@for (var id = 0; id <= 200; id++)
{
<a href="https://opencollective.com/reactiveui/backer/@id/website" target="_blank">
<a href="https://opencollective.com/reactiveui/backer/@id/website" target="_blank" rel="nofollow">
<img src="//opencollective.com/reactiveui/backer/@id/avatar.svg" />
</a>
}

0 comments on commit 21deb58

Please sign in to comment.