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 %}