File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permalink: /books/
1515{% endfor %}
1616
1717 <!-- Regular book posts (excluding pinned ones) -->
18- {% assign regular_book_posts = site.posts | where_exp: "post", "post.tags contains ' books' and post.pinned != true" %}
18+ {% assign regular_book_posts = site.posts | where_exp: "post", "post.tags contains \" books\" and post.pinned != true" %}
1919{% for post in regular_book_posts %}
2020 <article >
2121 <small>
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permalink: /tech/
1515{% endfor %}
1616
1717 <!-- Regular tech posts (excluding pinned ones) -->
18- {% assign regular_tech_posts = site.posts | where_exp: "post", "post.tags contains ' tech' and post.pinned != true" %}
18+ {% assign regular_tech_posts = site.posts | where_exp: "post", "post.tags contains \" tech\" and post.pinned != true" %}
1919{% for post in regular_tech_posts %}
2020 <article >
2121 <small>
You can’t perform that action at this time.
0 commit comments