diff options
Diffstat (limited to '')
-rw-r--r-- | _layouts/pastebins.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/pastebins.html b/_layouts/pastebins.html index 6b7830c..45443c5 100644 --- a/_layouts/pastebins.html +++ b/_layouts/pastebins.html @@ -4,7 +4,7 @@ layout: default <ul> {%- for pastebin in site.pastebins -%} <li> - <a href="{{ pastebin.url | relative_url }}">{{ pastebin.title | escape }}</a> - {{ pastebin.date | date: "%b %-d, %Y" }} + <a href="{{ pastebin.url | relative_url }}">{{ pastebin.title | escape }}</a> - {{ pastebin.date | date: site.t.date_format[page.lang] }} </li> {%- endfor -%} </ul> |