--- layout: home title: BLOG description: "Simple Notepad." headline: Simple tags: [Notepad] --- {% 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 %}