1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-26 23:24:39 +01:00

Rename test collection -> c1

This commit is contained in:
Oliver Steele 2017-06-13 11:00:35 -04:00
parent c996a6495f
commit 408e5d13ec
5 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
variable: site variable
collections:
collection:
c1:
output: true
permalink: /:collection/:path

View File

@ -2,9 +2,9 @@
permalink: /:name
---
# About
# Archive
{% assign pages = site.collection | sort: 'weight' %}
{% assign pages = site.c1 | sort: 'weight' %}
{% for p in pages %}
* {{p.title}}
{% endfor %}

View File

@ -5,7 +5,7 @@ variable: page variable
# Site Title
Here is a test with a {{ site.variable}}, a {{ page.variable }} and [a link]({% link about.md %}).
Here is a test with a {{ site.variable}}, a {{ page.variable }} and [a link]({% link archive.md %}).
## Subsection