_layouts/archive.html in no-style-please2-0.6.2 vs _layouts/archive.html in no-style-please2-0.6.2.1
- 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 %}
- <h2>{{ymCur}}</h2>
+ <h3>{{ymCur}}</h3>
{% endif %}
{% assign ymPre = ymCur %}
<ul>
\ No newline at end of file