{{ post.content | markdownify | html_truncatewords: site.post_preview_words }}
Continue reading
{% if post.comments %}
{% if post.nid > 0 %}
{% comment %} This post was imported from Drupal. {% endcomment %}
{% assign comments_url = post.redirect_from %}
{% else %}
{% comment %} This is a native Jekyll post. {% endcomment %}
{% assign comments_url = post.url %}
{% endif %}
{% endif %}