diff options
-rw-r--r-- | _config.yml | 2 | ||||
-rw-r--r-- | _layouts/post.html | 8 | ||||
-rw-r--r-- | _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 --- <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> 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 |