|
{% if collection.alias %} {{collection.alias}} {% else %} {{collection.label}} {% endif %} {% for post in collection.docs %} {% if post.publish != false %}{% endif %} {% endfor %} {% endfor %} {% else %} {% for collection in site.collections %} {% if collection.alias %} {{collection.alias}} {% else %} {{collection.label}} {% endif %} {% for post in collection.docs %} {% if post.publish != false %}{% endfor %} {% endif %} |
|