Skip to content

Commit 1567cc6

Browse files
author
Pat Mellon
committed
Add ability to show the full title of Resource cards
1 parent b8aa0d6 commit 1567cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h4>{{ card_title[0] }}<span class="discuss">{{ card_title[1] }}</span></h4>
4141
{% else %}
4242
<a href="{{ resource.link }}" target="_blank">
4343
<div class="card-body">
44-
<h4>{{ card_title }}</h4>
44+
<h4>{{ resource.title }}</h4>
4545
{% endif %}
4646
<p class="card-summary">{{ resource.summary }}</p>
4747
</div>

0 commit comments

Comments
 (0)