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/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 21e4f65..4314ca2 100644 --- a/_layouts/pastebin.html +++ b/_layouts/pastebin.html @@ -3,7 +3,7 @@ layout: default ---
- Posted on {{ page.date | date: site.t.date_format[page.lang] }} + Posted on {% include i18n-date.html date=page.date %}
{{ content }} -- cgit v1.2.3