From 6da16155b39a2621c0d942eabaadf898a5bc40b1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 6 Feb 2020 04:04:24 -0300 Subject: Use i18n date format everywhere --- _layouts/pastebin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_layouts/pastebin.html') diff --git a/_layouts/pastebin.html b/_layouts/pastebin.html index 51194d7..21e4f65 100644 --- a/_layouts/pastebin.html +++ b/_layouts/pastebin.html @@ -3,7 +3,7 @@ layout: default ---
- Posted on {{ page.date | date: "%b %-d, %Y" }} + Posted on {{ page.date | date: site.t.date_format[page.lang] }}
{{ content }} -- cgit v1.2.3