[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 12/12] website: status: fix page title.
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v1 12/12] website: status: fix page title. |
Date: |
Tue, 11 Jun 2024 20:52:21 +0200 |
The status page was wrongly named from the beginning.
The file title (but not the rest of the content) was copied from
git.md in the commit f431e5a16442d5b883e8a1316e0ecc672a9a32c9 ("site:
add GNU Boot status page.").
The title of the git.md file was already there in the very first git
commit of the lbwww repository that was merged in GNU Boot in the
commit b42fd2220c95e2fa4cec3a391c5ed24e2122c40a ("Merge the website
into GNU Boot"). The history of that file beyond that is unknown.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
website/pages/status.es.md | 2 +-
website/pages/status.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/pages/status.es.md b/website/pages/status.es.md
index 61a32cb..853865d 100644
--- a/website/pages/status.es.md
+++ b/website/pages/status.es.md
@@ -1,5 +1,5 @@
---
-title: Revisión de código
+title: Estado de GNU Boot
...
Estado de GNU Boot 0.1 RC3
diff --git a/website/pages/status.md b/website/pages/status.md
index 90c3fd2..ed36769 100644
--- a/website/pages/status.md
+++ b/website/pages/status.md
@@ -1,5 +1,5 @@
---
-title: Code review
+title: GNU Boot status
...
GNU Boot 0.1 RC3 status
--
2.45.1
- [PATCH v1 08/12] website: main page: clarify that GNU Boot is a distribution., (continued)
- [PATCH v1 08/12] website: main page: clarify that GNU Boot is a distribution., Denis 'GNUtoo' Carikli, 2024/06/11
- [PATCH v1 07/12] Remove old logos, and make the website point to the new ones., Denis 'GNUtoo' Carikli, 2024/06/11
- [PATCH v1 09/12] website: status: mention upgrade instructions., Denis 'GNUtoo' Carikli, 2024/06/11
- [PATCH v1 10/12] website: status: add current RYF vendors product., Denis 'GNUtoo' Carikli, 2024/06/11
- [PATCH v1 11/12] automake: add i945-thinkpads-install-utilities-help target., Denis 'GNUtoo' Carikli, 2024/06/11
- [PATCH v1 12/12] website: status: fix page title.,
Denis 'GNUtoo' Carikli <=