1
0
mirror of https://github.com/danog/gojekyll.git synced 2025-01-23 03:41:14 +01:00
gojekyll/example/archive.md

14 lines
196 B
Markdown
Raw Normal View History

---
permalink: /:name
2017-06-15 11:51:40 -04:00
layout: archive
---
2017-06-15 11:30:44 -04:00
## Pages
2017-06-13 11:00:35 -04:00
{% assign pages = site.c1 | sort: 'weight' %}
{% for p in pages %}
2017-06-13 12:37:50 -04:00
* [{{p.title}}]({{p.url}})
{% endfor %}
2017-06-13 12:37:50 -04:00
[An article]({% link _c1/c1.md %})