Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 576 Bytes

blog.md

File metadata and controls

23 lines (20 loc) · 576 Bytes
layout title permalink
page
Blog
/blog/

Recently Posted:

    {% for post in site.posts %} {% capture y %}{{post.date | date:"%Y"}}{% endcapture %} {% if year != y %} {% assign year = y %}
  • {{ y }}
  • {% endif %}
  • {{ post.date | date:"%Y-%m-%d" }} {{ post.title }}

    {{ post.content | strip_html | truncatewords:75 }}

  • {% endfor %}