Files
selfdefined/node_modules/@11ty/eleventy/test/stubs/issue-115/index.liquid
tatianamac 6d5445ecc5 update
2019-11-26 14:50:43 -08:00

12 lines
216 B
Plaintext

---
title: My index page
pagination:
data: collections.foos
size: 12
---
{% for foo in pagination.items -%}
{{ foo.data.title }}
{% endfor -%}
{% for bar in collections.bars -%}
{{ bar.data.title }}
{% endfor -%}