Skip to content

Commit

Permalink
Fix repository homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Alynva authored Jan 24, 2024
1 parent 7766b0e commit 2674423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/repo-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ <h1 class="f4 lh-condensed mb-1">
</a>
{% endif %}
{% if repository.homepage %}
<a href="{{ repository.homepage }}" class="d-inline-block link-gray mr-4">
{% octicon link height:16 %}{{ repository.homepage }}
<a href="{{ repository.homepage }}" class="d-inline-block link-gray mr-4 no-wrap ellipsis-overflow">
{% octicon link width:16 class:"mr-1" %}{{ repository.homepage }}
</a>
{% endif %}
</div>
Expand Down

0 comments on commit 2674423

Please sign in to comment.