Skip to content

Commit dc7dedd

Browse files
Debug project posts
1 parent 1e00e39 commit dc7dedd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: _includes/project_posts.html

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

0 commit comments

Comments
 (0)