1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-12-02 14:47:47 +01:00
gojekyll/commands/testdata/site/pages.md
2017-07-26 10:17:53 -04:00

122 B

Pages

{% for page in site.pages %}

  • {{ page.path }}{% endfor %}

Page Variables

{{ site.pages | first }}