layout | title |
---|---|
default |
Home |
{::nomarkdown}
{% assign pages_list = site.pages | sort:"url" %} {% for node in pages_list %} {% if node.title != null %} {% if node.layout == "page" %} {{ node.title }}
{{node.summary}}
{% endif %} {% endif %} {% endfor %} {:/}If you've found mistakes or any other kind of material you think should be shared through this repository you can:
- Fork this repository.
- Add your content on the appropriate page.
- Commit your changes.
- Submit a pull request.