corrected for loop
This commit is contained in:
parent
bd0d88be00
commit
21c80e7996
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue