Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 1.21 KB

File metadata and controls

46 lines (41 loc) · 1.21 KB
title Posts

null@nothing:/posts $

    {% for post in site.posts %}
  • {{ post.title }}

    {{ post.date | date_to_string }}
          <p>{{ post.content | strip_html | truncatewords:50 }}</p>
      </li>
    {% endfor %}