{% if page.excerpted %} {% assign content = content | split: site.excerpt_separator %} {{ content.last }} {% else %} {{ content }} {% endif %}