aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-19 11:33:51 -0300
committerEuAndreh <eu@euandre.org>2020-08-19 11:33:51 -0300
commit092c1f298605ba3e994731bff921add486a4f5ea (patch)
tree0d33e0f26e1e4a71a6c7617be0b8a89a9f1ee9ae /_layouts
parentassert-content.sh: Comment sections (diff)
downloadeuandre.org-092c1f298605ba3e994731bff921add486a4f5ea.tar.gz
euandre.org-092c1f298605ba3e994731bff921add486a4f5ea.tar.xz
Fix updated_at header section
Diffstat (limited to '')
-rw-r--r--_layouts/post.html8
1 files changed, 5 insertions, 3 deletions
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
---
<article>
<section class="header">
- {{ 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 %}
</section>
{% if page.updated_at %}
- <section class="header">
- {{ site.t.updated_at[page.lang] }}
+ <section class="header">
+ {{ site.t.updated_at[page.lang] }}
+ {% include i18n-date.html date=page.updated_at %}
</section>
{% endif %}
<section>