Skip to content

Commit

Permalink
Update pages/guides.md
Browse files Browse the repository at this point in the history
Simplifying the booleans, pt. 3

Co-authored-by: Matt Cloyd <[email protected]>
  • Loading branch information
dluetger and beechnut authored Apr 18, 2024
1 parent 94d1783 commit 3eacef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ These guides, and all of 18F's work, are in the [worldwide public domain](https:
</div>
<div class="grid-row grid-gap margin-top-2 display-flex flex-row">
{% for guide in site.data.guides %}
{% if guide.promoted == false %}
{% unless guide.promoted %}
<div class="desktop:grid-col-4 tablet:grid-col-6 margin-bottom-5">
{% include card-with-image-guides.html
text_content=guide.name
Expand Down

0 comments on commit 3eacef1

Please sign in to comment.