Skip to content

Commit

Permalink
Fix GitHub contributors URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Jan 17, 2024
1 parent 9e53910 commit d353af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h3 class="p-media-object__title">
<img src="{{ contributor.avatar_url }}" class="p-media-object__image is-round" alt="">
<div class="p-media-object__details">
<h3 class="p-media-object__title">
<a href="https://github.com/{{ contributor.login }}">{{ contributor.login }}</a>
<a href="{{ contributor.html_url }}">{{ contributor.login }}</a>
</h3>
<p class="p-media-object__content u-no-margin--bottom">{{ contributor.role }}</p>

Expand Down

0 comments on commit d353af7

Please sign in to comment.