Skip to content

Commit

Permalink
Update card.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebrothers authored Mar 18, 2024
1 parent 115037f commit 898bb04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/card.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ <h5 class="card-title">{{ include.titlecamel }}</h5>
</p>
</div>
<div class="card-footer">
<a class="btn w-100" href="{{ include.url | relative_url }}" role="button" style="background-color: {{ include.color }}; margin-top:6px;">Go to this page</a>
<button class="btn w-100" style="background-color: {{ include.color }}; margin-top:6px;" onclick="CopyToClipboard('{{ include.url | absolute_url }}');">Copy link to clipboard</button>
<a class="btn w-100" href="{{ include.url | relative_url }}" role="button" style="background-color: {{ include.color }}; filter: brightness(120%); margin-top:6px;">Go to {{ include.url | absolute_url }}</a>
<button class="btn w-100" style="background-color: {{ include.color }}; filter: brightness(120%); margin-top:6px;" onclick="CopyToClipboard('{{ include.url | absolute_url }}');">Copy link to clipboard</button>
</div>
</div>
</div>

0 comments on commit 898bb04

Please sign in to comment.