aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates/resources/resource_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyblackbird_cc/templates/resources/resource_list.html')
-rw-r--r--pyblackbird_cc/templates/resources/resource_list.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/pyblackbird_cc/templates/resources/resource_list.html b/pyblackbird_cc/templates/resources/resource_list.html
index 7be49c6..fce5f60 100644
--- a/pyblackbird_cc/templates/resources/resource_list.html
+++ b/pyblackbird_cc/templates/resources/resource_list.html
@@ -23,7 +23,7 @@
{% elif featured_resources|length == 3 %}
<div class="col-lg-4 col-md-6 col-sm-12 mb-4">
{% endif %}
- {% include "resources/resource_card.html" with resource=featured_resource %}
+ {% include "resources/resource_card_featured.html" with resource=featured_resource %}
</div>
{% endfor %}
</div>
@@ -41,9 +41,7 @@
<div class="d-flex flex-row flex-wrap">
{% for resource in resource_list %}
- <div class="col">
- {% include "resources/resource_card.html" with resource=resource %}
- </div>
+ {% include "resources/resource_card_standard.html" with resource=resource %}
{% endfor %}
</div>
{% else %}