1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-26 23:34:47 +01:00
gojekyll/example/pages.md
2017-08-10 12:27:51 -04:00

122 B

Pages

{% for page in site.pages %}

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

Page Variables

{{ site.pages | first }}