1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-12-02 14:37:50 +01:00
gojekyll/example/archive.md

13 lines
180 B
Markdown
Raw Permalink Normal View History

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