Skip to content

Commit

Permalink
fix error?
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswagner2826 committed Jan 22, 2024
1 parent 61fbc17 commit ffcc530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/category_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
testing
</div>

{% assign posts = site.posts | where_exp: "post", "post.path == {{ page.title | prepend: page.path }}" %}
{% assign posts = site.posts | where: "path", {{ page.title | prepend: page.path }} %}
<!-- issue with above line... -->

{% for post in posts %}
Expand Down

0 comments on commit ffcc530

Please sign in to comment.