aboutsummaryrefslogtreecommitdiff
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
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--_config.yml2
-rw-r--r--_layouts/post.html8
-rw-r--r--_posts/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md2
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