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 4c37c93..58837e1 100644
--- a/_layouts/pastebins-listing.html
+++ b/_layouts/pastebins-listing.html
@@ -6,7 +6,7 @@ layout: default
{% assign pastebins = site.pastebins | sort: "date" | reverse %}
{%- for pastebin in pastebins -%}
<li>
- <a href="{{ pastebin.url | relative_url }}">{{ pastebin.title | escape }}</a> - {{ pastebin.date | date: site.t.date_format[page.lang] }}
+ <a href="{{ pastebin.url | relative_url }}">{{ pastebin.title | escape }}</a> - {% include i18n-date.html date=pastebin.date %}
</li>
{%- endfor -%}
</ul>