--- layout: default body_class: feed ---
{% if site.logo %} {% else %}

{{ site.title }}

{% endif %}

{{ page.title }}

{{ content }}
{% if site.posts and site.posts.size > 0 %} {% endif %} {% if site.features %} {% assign features = site.features | sort: 'score' | reverse %} {% for feature in features %}
{% if feature.cover %} {% endif %}

{{ feature.title }} {% if feature.subtitle %} — {{ feature.subtitle }} {% endif %}

{{ feature.content }}

{% endfor %} {% endif %}