Skip to content

Commit

Permalink
test w/ template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswagner2826 committed Jan 22, 2024
1 parent 82bcb2d commit daf2434
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions _pages/research/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,15 @@ description:
<h5 class="post-description">{{ page.description }}</h5>

{% for post in site.posts %}
{% if post.group == page.title %}

{{post.group}} ?= {{page.title}}

<div>
{{post.title}}
</div>
<div>
{{ post.content }}
</div>
{% endif %}
{% if post.group == page.title %}
{{post.group}} ?= {{page.title}}
<div>
{{post.title}}
</div>
<div>
{{ post.content }}
</div>
{% endif %}
{% endfor %}

</div>
Expand Down

0 comments on commit daf2434

Please sign in to comment.