584 B
584 B
layout | title | permalink |
---|---|---|
page | Guides | /guides/ |
These guides focus on common and more advanced usages of {{ site.spout_html }}.
If you are just starting with {{ site.spout_html }}, check out the [Getting Started page]({{ site_url }}/getting-started/) and the [Documentation]({{ site_url }}/docs/) first.
{% assign pages=site.pages | sort: 'path' %}
-
{% for page in pages %}
{% if page.title and page.category contains 'guide' %}
- {{ page.title }} {% endif %} {% endfor %}