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 --- _config.yml | 2 +- _layouts/post.html | 8 +++++--- _posts/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 1ed53e7..5e21306 100644 --- a/_config.yml +++ b/_config.yml @@ -91,7 +91,7 @@ t: pt: "Postado em" fr: "Publié le" updated_at: - en: "Updated at" + en: "Updated on" pt: "Atualizado em" fr: "Mis à jour le" alt: 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 %}
diff --git a/_posts/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md b/_posts/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md index 4a5d9b3..dcda7f4 100644 --- a/_posts/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md +++ b/_posts/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md @@ -1,7 +1,7 @@ --- title: Guix inside sourcehut builds.sr.ht CI date: 2020-08-10 -update_at: 2020-08-19 +updated_at: 2020-08-19 layout: post lang: en ref: guix-sourcehut-ci -- cgit v1.2.3