aboutsummaryrefslogtreecommitdiff
path: root/_layouts/pastebin.html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-12 12:06:07 -0300
committerEuAndreh <eu@euandre.org>2020-08-12 12:06:07 -0300
commit3720c8b0146c10a63dc1d9eba0556e0a67adfd1d (patch)
tree463e3dc33553c05f85275617617f342cb20f38ab /_layouts/pastebin.html
parentscripts/assert-content.sh: Add check for missing title (diff)
downloadeuandre.org-3720c8b0146c10a63dc1d9eba0556e0a67adfd1d.tar.gz
euandre.org-3720c8b0146c10a63dc1d9eba0556e0a67adfd1d.tar.xz
Use _includes/i18n-date.html for dates
Diffstat (limited to '')
-rw-r--r--_layouts/pastebin.html2
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 }}