layout | title | permalink | active | sitemap |
---|---|---|---|---|
page |
Post by Month |
/monthview/ |
archivebydate |
false |
{% for post in site.posts %}{% unless post.next %}{% else %}{% capture year %}{{ post.date | date: '%Y' }}{% endcapture %}{% capture nyear %}{{ post.next.date | date: '%Y' }}{% endcapture %}{% if year != nyear %}{% endif %}{% endunless %}{% capture month %}{{ post.date | date: '%m%Y' }}{% endcapture %}{% capture nmonth %}{{ post.next.date | date: '%m%Y' }}{% endcapture %}{% if month != nmonth %}{% if forloop.index != 1 %}{% endif %}
- {% endif %}{% if post.link %}{% else %}
- {{ post.title }} {% if post.author %} • {{ post.author }}{% endif %}{% if post.date %} • {{ post.date | date: "%B %e, %Y" }}{% endif %} {% endif %}{% endfor %}