Skip to content

Latest commit

 

History

History
53 lines (48 loc) · 1.4 KB

posts.md

File metadata and controls

53 lines (48 loc) · 1.4 KB
title
Posts

root@najam-ul-saqib:/home/posts$

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

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