corrected for loop

This commit is contained in:
Matt DeCamp 2021-09-16 16:46:45 -04:00
parent bd0d88be00
commit 21c80e7996

View file

@ -15,7 +15,7 @@ eleventyExcludeFromCollections: true
<name>{{ site.authorName }}</name>
<email>{{ site.authorEmail }}</email>
</author>
{%- for post in collections.posts %}
{%- for post in collections.post %}
{% set absolutePostUrl %}{{ post.url | url | absoluteUrl(metadata.url) }}{% endset %}
<entry>
<title>{{ post.data.title }}</title>