Skip to content

Commit

Permalink
update category_index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswagner2826 committed Jan 22, 2024
1 parent df8a284 commit 60dd8df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _includes/category_index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<!-- <div class="category_index"> -->

{% assign items = site.posts | where_exp: "item", "item.group == page.title" %}
{% assign items = site.posts %}
<!-- | where_exp: "item", "item.group == page.title" %} -->

{% for item in items %}
{{page.title}} = ?
{{item.group}}
<div>
{{item.title}}
</div>
Expand Down

0 comments on commit 60dd8df

Please sign in to comment.