mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-14 06:20:47 +00:00
update
This commit is contained in:
12
node_modules/@11ty/eleventy/test/stubs/issue-115/index.liquid
generated
vendored
Normal file
12
node_modules/@11ty/eleventy/test/stubs/issue-115/index.liquid
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
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 -%}
|
Reference in New Issue
Block a user