Skip to content

Commit

Permalink
try render instead of include
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykrumb committed Sep 23, 2024
1 parent 7bb7c21 commit 7eb54c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
{% include base_path %}

{% for post in site.team %}
{% include archive-single.html %}
{% render archive-single.html %}
{% endfor %}

0 comments on commit 7eb54c6

Please sign in to comment.