_layouts/archive.html in no-style-please2-0.6.1 vs _layouts/archive.html in no-style-please2-0.6.2
- old
+ new
@@ -15,10 +15,10 @@
{% capture archive_date_titleformat %} {{ site.theme_config.archive_title_date_format | default: "%m-%d"}}{% endcapture %}
{%- for post in posts limit: include.limit -%}
{% capture ymCur %} {{post.date | date: archive_date_format}} {% endcapture %}
{% if ymCur != ymPre %}
- {{ymCur}}
+ <h2>{{ymCur}}</h2>
{% endif %}
{% assign ymPre = ymCur %}
<ul>
\ No newline at end of file