--- layout: default pagination: enabled: true --- {% include header.html %}

{{ page.title | capitalize }}

{% for post in paginator.posts %}
{% if post.post_image %}
{{post.title}}
{% endif %}

{{post.title}}

{{post.content | truncatewords:30}}
    {% if post.author %}
  • {{post.title}} {{post.author}}
  • {% endif %} {% if post.date %}
  • {{post.title}}{{post.date | date_to_long_string}}
  • {% endif %}
{% endfor %} {% include pagination.html %}
{% include sidebar.html %}
{% include footer.html %}