Skip to content

Commit

Permalink
Removing Test Code
Browse files Browse the repository at this point in the history
  • Loading branch information
naher94 committed Feb 25, 2024
1 parent 3a09d08 commit 45b0815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
version: 7.17.2
version-naming: [Apricot, Blackcurrent, Coconut, Dragonfruit, Elderberry, Fig, Guava]

# Build settings
Expand Down
4 changes: 1 addition & 3 deletions resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ <h2 class="cell small-12">Recently Added</h2>
{% assign resources_sorted = site.resources | sort: 'date' | reverse %}
<!-- TODO if no tags then skip.. hard to test since local and deployed is not acting the same -->
{%- for resource in resources_sorted limit:3 -%}
{% if resource.tags != "" %}
{% include resource-element.html item=resource css-class="medium-6 large-4" %}
{% endif %}
{% include resource-element.html item=resource css-class="medium-6 large-4" %}
{%- endfor -%}
</section>

Expand Down

0 comments on commit 45b0815

Please sign in to comment.