Liquid
Basics
{% for doc in site.docs %} {% if doc.type == "basics" %}
{{ doc.title }}
{% endif %} {% endfor %}
Tags
{% for doc in site.docs %} {% if doc.type == "tags" %}
{{ doc.title }}
{% endif %} {% endfor %}
Filters
{% for doc in site.docs %} {% if doc.type == "filters" %}
{{ doc.title }}
{% endif %} {% endfor %}
{{ content }}