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:
parent
c996a6495f
commit
408e5d13ec
@ -1,6 +1,6 @@
|
||||
variable: site variable
|
||||
|
||||
collections:
|
||||
collection:
|
||||
c1:
|
||||
output: true
|
||||
permalink: /:collection/:path
|
||||
|
@ -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 %}
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user