• {% if site.logo %} {{site.title}} {% else %} {{ site.title }} {% endif %}
    • {% for collection in site.collections %} {% if collection.output and collection.docs.size > 0 and collection.label != 'posts' %} {% assign docs = collection.docs | sort: 'score' | reverse %}
    • {% if collection.title %} {{ collection.title }} {% else %} {{ collection.label }} {% endif %}
    • {% endif %} {% endfor %} {% if site.github_url %}
    • GitHub
    • {% endif %}