_layouts/archive.html in no-style-please2-0.7.4.4 vs _layouts/archive.html in no-style-please2-0.7.4.5

- old
+ new

@@ -15,21 +15,14 @@ {% 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 %} - <h3>{{ymCur}}</h3> + <h2>{{ymCur}}</h2> {% endif %} {% assign ymPre = ymCur %} - - - <ul> - - - <li> + <li> <span>{{- post.date | date: archive_date_titleformat }}</span> <a href="{{ post.url | relative_url }}">{{ post.title | downcase }}</a> - </li> - - </ul> + </li> {%- endfor -%} {%- endif -%} \ No newline at end of file