Skip to content

Commit

Permalink
add examples button for careless card
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisbrookner committed May 28, 2024
1 parent b1b7e7a commit ba00cce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _includes/cards.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ <h2 class="card-title">{{ card.name }}</h2>
<a class="btn btn-primary btn-sm" href="{{ card.link }}" >
View on GitHub
</a>
{% if card.examples %}
<a class="btn btn-secondary btn-sm" href="{{ card.docs }}" >
Examples
</a>
{% endif %}

</div>
</div>
Expand Down

0 comments on commit ba00cce

Please sign in to comment.