diff --git a/_config.yml b/_config.yml index 2bae5f7..25b2669 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,7 @@ description: > # this means to ignore newlines until "baseurl:" baseurl: "" # the subpath of your site, e.g. /blog url: "https://rehanbutt.com" # the base hostname & protocol for your site -version: 8.11.0 +version: 8.11.1 version-naming: [Apricot, Blackcurrent, Coconut, Dragonfruit, Elderberry, Fig, Guava, Honeydew] # Build settings diff --git a/resources.html b/resources.html index 294df19..3bfcb17 100644 --- a/resources.html +++ b/resources.html @@ -33,7 +33,11 @@

Recently Added

{%- for resource in resources_sorted limit:3 -%} + {%- if resource.article == true -%} + {% include article-element.html item=resource css-class="medium-6 large-4" %} + {%- else -%} {% include resource-element.html item=resource css-class="medium-6 large-4" %} + {%- endif -%} {%- endfor -%}