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" %} {% capture doc_url %}/docs/{{ doc.type }}/{{ doc.title | slugify }}/{% endcapture %}
{{ doc.title }}
{% endif %} {% endfor %}
{{ page.title }}
{{ content }}