newsitem.html 230 B

123
  1. <span class="date">{{include.post.date | date_to_string}}</span>
  2. <a href="{{page.root}}{{post.url}}"><span class="post-title">{{include.post.title}}</span></a>
  3. <p>{{ include.post.content | strip_html | truncatewords: 40 }}</p>