_layouts/home.html in hima-1.0.5 vs _layouts/home.html in hima-1.1.0

- old
+ new

@@ -9,10 +9,10 @@ <h2 id="post-list-title" class="post-list-title">Posts</h2> <section aria-labelledby="post-list-title"> <ol class="post-list"> {%- for post in site.posts -%} <li class="post-list__post"> - {%- assign date_format = site.hima.date_format | default: "%b %-d, %Y" -%} + {%- assign date_format = site.hima.date_format | default: "%b. %-d, %Y" -%} <span class="post-list__date">{{ post.date | date: date_format }}</span> <h3 class="post-list__title"> <a href="{{ post.url | relative_url }}">{{ post.title }}</a> </h3> <div class="post-list__excerpt">{{ post.excerpt }}</div>