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>
|
<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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue