| title | Study Math |
|---|
{% for tag in site.categories %}
- {% assign pages_list = tag[1] %}{% for post in pages_list %}{% if post.title != null %}{% if group == null or group == post.group %}
- {{ post.title }} {% endif %}{% endif %}{% endfor %}
| title | Study Math |
|---|
{% for tag in site.categories %}