diff --git a/source/_includes/article.html b/source/_includes/article.html index 6b3fb04..fe4e957 100644 --- a/source/_includes/article.html +++ b/source/_includes/article.html @@ -12,9 +12,12 @@ {% endunless %} {% if index %}
{{ content | excerpt }}
- + {% capture excerpted %}{{ content | has_excerpt }}{% endcapture %} + {% if excerpted == 'true' %} + + {% endif %} {% else %}
{{ content }}
{% endif %}