This commit is contained in:
tatianamac
2019-11-26 14:50:43 -08:00
parent 8a55660ed0
commit 6d5445ecc5
13894 changed files with 2233957 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
title: Paged Test
pagination:
data: collections.userCollection
size: 1
alias: item
permalink: /{{ item.data.title | slug}}/hello/
---
# {{ title }}

View File

@ -0,0 +1,12 @@
---
title: Paged Test
tags:
- haha
pagination:
data: collections.userCollection
size: 1
alias: item
addAllPagesToCollections: true
---
# {{ title }}

View File

@ -0,0 +1,13 @@
---
title: Paged Test
tags:
- haha
pagination:
data: collections.userCollection
size: 1
alias: item
addAllPagesToCollections: true
permalink: /{{ item.data.title | slug}}/goodbye/
---
# {{ title }}

View File

@ -0,0 +1,12 @@
---
title: Paged Test
tags:
- haha
pagination:
data: collections.userCollection
size: 1
alias: item
permalink: /{{ item.data.title | slug}}/goodbye/
---
# {{ title }}

View File

@ -0,0 +1,11 @@
---
title: Paged Test
tags:
- haha
pagination:
data: collections.userCollection
size: 1
alias: item
---
# {{ title }}

View File

@ -0,0 +1,8 @@
---
title: Paged Test
pagination:
data: collections.userCollection
size: 1
---
# {{ title }}

View File

@ -0,0 +1,13 @@
---
title: Paged Test
pagination:
data: collections.dog
size: 2
alias: dogs
---
Before
{% for dog in dogs %}
{{ dog.templateContent }}
{% endfor %}
After

View File

@ -0,0 +1,12 @@
---
title: Paged Test
pagination:
data: collections.dog
size: 1
---
Before
{% for dog in pagination.items %}
{{ dog.templateContent }}
{% endfor %}
After

View File

@ -0,0 +1,8 @@
---
title: Paged Test
pagination:
data: collections.dog
size: 1
---
# {{ title }}

View File

@ -0,0 +1,7 @@
---
tags: circle
---
# Test
{{ collections.circle[0].templateContent }}

View File

@ -0,0 +1,8 @@
---
title: Test Title
tags:
- post
- dog
---
# Test 1

View File

@ -0,0 +1,5 @@
---
tags: cat
---
# Test 2

View File

@ -0,0 +1,5 @@
---
tags: circle
---
# {{ collections.circle.length }}, {{ collections.circle[0].url }}

View File

@ -0,0 +1,8 @@
---
title: Test Title 4
tags:
- post
- dog
---
# Test 4

View File

@ -0,0 +1,5 @@
---
title: Test Title 5
---
# Test 5

View File

@ -0,0 +1,5 @@
---
layout: layouts/templateMapCollection.njk
---
{{ upstream }}