--- layout: blog_home title: SKiDL Blog description: paginate: true --- {% if site.paginate %} {% for post in paginator.posts %}

{{ post.title }}

{{ post.content | strip_html | truncatewords:40 }}

{% endfor %} {% else %} {% for post in site.posts %}

{{ post.title }}

{{ post.content | strip_html | truncatewords:100 }}

{% endfor %} {% endif %}