Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 963 Bytes

post-list.md

File metadata and controls

37 lines (30 loc) · 963 Bytes
layout title author permalink
default
Posts
Laura
/post-list/

Updates and thoughts

{% for post in paginator.posts %}
{{ post.date | date: "%B %d, %Y" }}

{{ post.title }}

    <p>
      {{ post.content | strip_html | truncatewords: 30 }}
    </p>

  </div>
</a>

{% endfor %}

{% if paginator.previous_page %} ← {% endif %} {% if paginator.next_page %} → {% endif %}

{{ paginator.page }}