id | title | date | author | layout | guid | geo_public |
---|---|---|---|---|---|---|
2114 |
Blog |
2018-04-08 20:03:57 +0000 |
delton137 |
page |
-
{% for post in site.posts %}
{% if post.layout == "blog" %}
{% 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 | truncatewords:40}}Read More
{% endif %}
{% endfor %}