{% include header.html %} {% if site.layout == 'stacked' %}
{% include masthead.html metadata=true %}
{{ content }}
{% unless posts_total == 0 %}
{% include all_posts.html %}
{% endunless %}
{% else %}
{% include masthead.html metadata=true %}
{% unless content == "" %}
{{ content }}
{% endunless %} {% unless posts_total == 0 %}

{% octicon chevron-left height:16 class:"mr-2 v-align-middle" fill:#0366d6 aria-label:Home %}Home

{% include all_posts.html %} {% endunless %}
{% endif %} {% include footer.html %}