diff options
Diffstat (limited to '')
-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 1ce99ca..2e39734 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -12,7 +12,7 @@ layout: default <ul> {%- for post in lposts -%} <li> - <a href="{{ post.url }}">{{ post.title | escape }}</a> - {{ post.date | date: site.t.date_format[page.lang] }} + <a href="{{ post.url }}">{{ post.title | escape }}</a> - {% include i18n-date.html date=post.date %} </li> {%- endfor -%} </ul> |