From 3a09d08d2c37653e6608689ad50c79c18aa75672 Mon Sep 17 00:00:00 2001 From: Rehan Butt Date: Sat, 24 Feb 2024 21:55:58 -0800 Subject: [PATCH] Testing Resource Update testing #673 --- _config.yml | 2 +- resources.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 559461d4..8d5458ed 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: 7.17.0 +version: 7.17.1 version-naming: [Apricot, Blackcurrent, Coconut, Dragonfruit, Elderberry, Fig, Guava] # Build settings diff --git a/resources.html b/resources.html index 86ca4d62..cad6d4b5 100644 --- a/resources.html +++ b/resources.html @@ -30,7 +30,9 @@

Recently Added

{% assign resources_sorted = site.resources | sort: 'date' | reverse %} {%- for resource in resources_sorted limit:3 -%} + {% if resource.tags != "" %} {% include resource-element.html item=resource css-class="medium-6 large-4" %} + {% endif %} {%- endfor -%}