1
0
mirror of https://github.com/danog/gojekyll.git synced 2025-01-23 08:11:25 +01:00
2017-07-26 10:17:53 -04:00

12 lines
122 B
Markdown

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