diff options
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 }} |