Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Journals and Essays
  • Loading branch information
paulmederos authored Aug 6, 2024
1 parent 7549f1d commit 1d92c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h2 class="underlined mb-6">Writing</h2>

<ul class="omg-so-many-posts">
{% for post in site.posts %}
{% unless post.categories contains 'case_study' %}
{% if post.categories contains 'journal' or post.categories contains 'essay' %}
{% include post_item.html post=post %}
{% endunless %}
{% endfor %}
Expand Down

0 comments on commit 1d92c37

Please sign in to comment.