8 <ul style=
"list-style:none; margin:0px;">{% for post in site.posts %}{% capture m %}{{post.date | date:
"%m"}}{% endcapture %}{% if month != m %}{% assign month = m %}
9 <li><blockquote><h4>{{post.date | date:
"%m/%Y"}}
</h4></blockquote></li>{% endif %}
10 <li style=
"padding-left: 23px;">
11 <h5 style=
"font-weight:normal;">
12 <small>{{ post.date | date:
"%d" }} »
</small>
13 <a href=
"{{ post.url }}">{{ post.title }}
</a>