Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 1.07 KB

File metadata and controls

29 lines (27 loc) · 1.07 KB
layout default
ref home
lang en
permalink /
priority 0

// articles

{{ site.vision }}

    {% for post in site.posts %}
  • {% for tag in post.tags limit:3 %} {{ tag }} {% endfor %}
    {{ post.date | date: "%b %-d, %Y" }}
    {{ post.title }}

    {{ post.excerpt | strip_html | truncate: 200 }}

  • {% endfor %}