From 5f3ff0cdae58f704f1475cbea91abd779d509877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81mi=20Be=CC=81tin?= Date: Tue, 3 Oct 2023 02:12:22 +0200 Subject: [PATCH 1/2] Make metafooter ready for translations --- _includes/footer.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 45f09cc..5275829 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -67,15 +67,15 @@ {% elsif page.status == "editors-draft" %} [EDITOR’S DRAFT] updated {% else %} - Updated + {% include t.html t='Updated' %} {% endif %} {{ page.last_updated | date: '%d %B %Y' }} {% if page.first_published %} - (first published {{ page.first_published }}) + ({% include t.html t='first published' %} {{ page.first_published }}) {% endif %}
- Editors: + {% include t.html t='Editors:' %} {% for editor in page.editors %} {% if forloop.first %}