Back to Octopress

Article

.themes/classic/source/_includes/article.html

2.0231 B
Original Source

{% unless page.no_header %} {% endunless %} {% if index %}

{{ content | excerpt }} {% capture excerpted %}{{ content | has_excerpt }}{% endcapture %} {% if excerpted == 'true' %} {% endif %} {% else %} {{ content }} {% endif %}