mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-08-05 20:18:34 +00:00
update
This commit is contained in:
7
node_modules/@11ty/eleventy/test/stubs/issue-115/index-with-layout.liquid
generated
vendored
Normal file
7
node_modules/@11ty/eleventy/test/stubs/issue-115/index-with-layout.liquid
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
layout: layouts/issue-115.liquid
|
||||
title: My index page
|
||||
pagination:
|
||||
data: collections.foos
|
||||
size: 12
|
||||
---
|
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 -%}
|
6
node_modules/@11ty/eleventy/test/stubs/issue-115/template-bars.liquid
generated
vendored
Normal file
6
node_modules/@11ty/eleventy/test/stubs/issue-115/template-bars.liquid
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: This page is bars
|
||||
tags:
|
||||
- bars
|
||||
---
|
||||
Bars
|
6
node_modules/@11ty/eleventy/test/stubs/issue-115/template-foos.liquid
generated
vendored
Normal file
6
node_modules/@11ty/eleventy/test/stubs/issue-115/template-foos.liquid
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: This page is foos
|
||||
tags:
|
||||
- foos
|
||||
---
|
||||
Foos.
|
Reference in New Issue
Block a user