layout | title | permalink |
---|---|---|
base |
Archive |
/archive/ |
<ul id="archive-list">
{% for post in site.posts %}
{% capture month %}{{ post.date | date: '%m%Y' }}{% endcapture %}
{% capture nmonth %}{{ post.next.date | date: '%m%Y' }}{% endcapture %}
{% if month != nmonth %}
<h2 class="month">{{ post.date | date: '%B %Y' }}</h2>
{% endif %}
<li>
<a href='{{ post.url | prepend: site.url }}'><aside class="dates">{{ post.date | date: "%b %d" }}</aside></a>
<a href='{{ post.url | prepend: site.url }}'>{{ post.title }}</a>
</li>
{% endfor %}
</ul> <!--post-list-->
Lorem ipsum dolor, sit @loremipsum.