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> <name>{{ site.authorName }}</name>
<email>{{ site.authorEmail }}</email> <email>{{ site.authorEmail }}</email>
</author> </author>
{%- for post in collections.posts %} {%- for post in collections.post %}
{% set absolutePostUrl %}{{ post.url | url | absoluteUrl(metadata.url) }}{% endset %} {% set absolutePostUrl %}{{ post.url | url | absoluteUrl(metadata.url) }}{% endset %}
<entry> <entry>
<title>{{ post.data.title }}</title> <title>{{ post.data.title }}</title>