From 092c1f298605ba3e994731bff921add486a4f5ea Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 19 Aug 2020 11:33:51 -0300 Subject: Fix updated_at header section --- _layouts/post.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '_layouts') diff --git a/_layouts/post.html b/_layouts/post.html index 0bb165f..71e47f3 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,11 +3,13 @@ layout: default ---
- {{ site.t.posted_on[page.lang] }} {% include i18n-date.html date=page.date %} + {{ site.t.posted_on[page.lang] }} + {% include i18n-date.html date=page.date %}
{% if page.updated_at %} -
- {{ site.t.updated_at[page.lang] }} +
+ {{ site.t.updated_at[page.lang] }} + {% include i18n-date.html date=page.updated_at %}
{% endif %}
-- cgit v1.2.3