aboutsummaryrefslogtreecommitdiff
path: root/_layouts/pastebins-listing.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_layouts/pastebins-listing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/pastebins-listing.html b/_layouts/pastebins-listing.html
index 2829411..e829e5e 100644
--- a/_layouts/pastebins-listing.html
+++ b/_layouts/pastebins-listing.html
@@ -5,7 +5,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>