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 @@
{% for item in collections.pagingtag %}{{ item.templateContent | safe }}{% endfor %}

View File

@@ -0,0 +1,9 @@
---
pagination:
data: collections.tag1
size: 2
addAllPagesToCollections: true
tags:
- pagingtag
---
<ol>{% for item in pagination.items %}<li>{{ item.url }}</li>{% endfor %}</ol>

View File

@@ -0,0 +1,6 @@
---
title: Testing 1
tags:
- tag1
---
{{ title }}

View File

@@ -0,0 +1,6 @@
---
title: Testing 2
tags:
- tag1
---
{{ title }}

View File

@@ -0,0 +1,6 @@
---
title: Testing 3
tags:
- tag1
---
{{ title }}