Skip to content

Commit

Permalink
Merge pull request #134 from ianfab/showcase
Browse files Browse the repository at this point in the history
Fix showcase github forks outlink
  • Loading branch information
chrisrhymes committed May 15, 2023
2 parents 4e73f0d + d2fd67f commit 54d1b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/showcase.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<a href="https://github.com/{{ item.github }}/stargazers" class="button is-white is-small">
<img alt="GitHub stars" src="https://img.shields.io/github/stars/{{ item.github }}?style=social">
</a>
<a href="https://github.com/{{ showcase.github }}/network/members" class="button is-white is-small">
<a href="https://github.com/{{ item.github }}/network/members" class="button is-white is-small">
<img alt="GitHub forks" src="https://img.shields.io/github/forks/{{ item.github }}?style=social">
</a>
<a href="https://github.com/{{ item.github }}/watchers" class="button is-white is-small">
Expand Down Expand Up @@ -61,4 +61,4 @@
</div>
</section>
{% endfor %}
{% endif %}
{% endif %}

0 comments on commit 54d1b22

Please sign in to comment.