- {% capture this_day %}{{ post.date | date: "%d" }}{% endcapture %}
- {% capture _mth_df %}{{ site.data.locales[lang].date_format.post.archive_month }}{% endcapture %}
- {% capture this_month %}{{ post.date | date: _mth_df }}{% endcapture %}
-
{{ this_day }}
-
{% include no-zero-date.html date_str=this_month %}
+ {% assign ts = post.date | date: '%s' %}
+
{{ post.date | date: "%d" }}
+
+ {{ post.date | date: '%m' }}
+
{{ post.title }}