Skip to content

Commit 1d9916a

Browse files
Fix project posts listing
1 parent dc7dedd commit 1d9916a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_includes/project_posts.html

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
{{ page.slug }}
21
{% assign project_posts = site.posts | where:"category",page.slug %}
3-
{{ project_posts.size }}
42
{% for project_post in project_posts %}
53
<h1><a href="{{ project_post.url }}">{{ project_post.title }}</a></h1>
64
<time>{{ project_post.date | date: "%F" }}</time>

0 commit comments

Comments
 (0)