1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-27 10:34:39 +01:00
gojekyll/testdata/example/pages.md
2017-07-02 12:09:15 -04:00

12 lines
122 B
Markdown

---
---
# Pages
{% for page in site.pages %}
* {{ page.path }}{% endfor %}
## Page Variables
{{ site.pages | first }}