{% for collection in site.collections %} {% if collection.label == page.collection %}
    {% assign docs = collection.docs | sort: 'score' | reverse %} {% for doc in docs %}
  • {{ doc.title }}
  • {% endfor %}
{% endif %} {% endfor %}