diff options
author | EuAndreh <eu@euandre.org> | 2020-08-12 12:06:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-12 12:06:07 -0300 |
commit | 3720c8b0146c10a63dc1d9eba0556e0a67adfd1d (patch) | |
tree | 463e3dc33553c05f85275617617f342cb20f38ab /_layouts/pastebin.html | |
parent | scripts/assert-content.sh: Add check for missing title (diff) | |
download | euandre.org-3720c8b0146c10a63dc1d9eba0556e0a67adfd1d.tar.gz euandre.org-3720c8b0146c10a63dc1d9eba0556e0a67adfd1d.tar.xz |
Use _includes/i18n-date.html for dates
Diffstat (limited to '')
-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 21e4f65..4314ca2 100644 --- a/_layouts/pastebin.html +++ b/_layouts/pastebin.html @@ -3,7 +3,7 @@ layout: default --- <article> <section class="header"> - Posted on {{ page.date | date: site.t.date_format[page.lang] }} + Posted on {% include i18n-date.html date=page.date %} </section> <section> {{ content }} |