diff options
author | EuAndreh <eu@euandre.org> | 2020-02-06 04:04:24 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-06 04:04:24 -0300 |
commit | 6da16155b39a2621c0d942eabaadf898a5bc40b1 (patch) | |
tree | 7d2a17c12623dbd1e7936e7994b1b66b4d17e87b /_layouts/pastebin.html | |
parent | Merge branch 'jekyll' (diff) | |
download | euandre.org-6da16155b39a2621c0d942eabaadf898a5bc40b1.tar.gz euandre.org-6da16155b39a2621c0d942eabaadf898a5bc40b1.tar.xz |
Use i18n date format everywhere
Diffstat (limited to '_layouts/pastebin.html')
-rw-r--r-- | _layouts/pastebin.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 --- <article> <section class="header"> - Posted on {{ page.date | date: "%b %-d, %Y" }} + Posted on {{ page.date | date: site.t.date_format[page.lang] }} </section> <section> {{ content }} |