From 3720c8b0146c10a63dc1d9eba0556e0a67adfd1d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 12 Aug 2020 12:06:07 -0300 Subject: Use _includes/i18n-date.html for dates --- _layouts/pastebins-listing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_layouts/pastebins-listing.html') 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 -%}
  • - {{ pastebin.title | escape }} - {{ pastebin.date | date: site.t.date_format[page.lang] }} + {{ pastebin.title | escape }} - {% include i18n-date.html date=pastebin.date %}
  • {%- endfor -%} -- cgit v1.2.3