diff options
Diffstat (limited to '_layouts/index.html')
-rw-r--r-- | _layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/index.html b/_layouts/index.html index 5b45898..3c145d0 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -6,7 +6,7 @@ layout: default {%- for post in site.posts -%} {% if post.lang == page.lang %} <li> - <a href="{{ post.url }}">{{ post.title | escape }}</a> - {{ post.date | date: "%b %-d, %Y" }} + <a href="{{ post.url }}">{{ post.title | escape }}</a> - {{ post.date | date: site.t.date_format[page.lang] }} </li> {% endif %} {%- endfor -%} |