summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Rokosov <rockosov@rulkc.org>2026-07-08 13:55:38 +0300
committerDmitry Rokosov <rockosov@rulkc.org>2026-07-08 13:55:38 +0300
commite911c5bdb45b1f427f5b67a47e659074c91f9965 (patch)
tree923ede345ee29bcbda19e1ea5306b855457487b4
parent1d46e2865ca8046f24ae129fc0600f9ea30e9354 (diff)
downloadlandau.one-e911c5bdb45b1f427f5b67a47e659074c91f9965.tar.gz
landau.one-e911c5bdb45b1f427f5b67a47e659074c91f9965.zip
themes: landau-hacker: drop "Kernel" from LANDAU branding
LANDAU has evolved beyond a kernel-only project into an umbrella for multiple open-source system forks. Remove the "Kernel" qualifier from user-facing strings to reflect this broader scope. Fixes: 1d46e2865ca8 ("themes: add landau-hacker theme") Signed-off-by: Dmitry Rokosov <rockosov@rulkc.org>
-rw-r--r--themes/landau-hacker/README.md4
-rw-r--r--themes/landau-hacker/layouts/404.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/themes/landau-hacker/README.md b/themes/landau-hacker/README.md
index 8bdefb4..05c2ea7 100644
--- a/themes/landau-hacker/README.md
+++ b/themes/landau-hacker/README.md
@@ -1,6 +1,6 @@
-# landau-hacker – тема для Hugo сайта LANDAU Kernel
+# landau-hacker – тема для Hugo сайта LANDAU
-**landau-hacker** – это адаптация темы [Hacker](https://github.com/pages-themes/hacker) от GitHub Pages под движок [Hugo](https://gohugo.io/). Тема используется на официальном сайте проекта [LANDAU Kernel](https://landau.one).
+**landau-hacker** – это адаптация темы [Hacker](https://github.com/pages-themes/hacker) от GitHub Pages под движок [Hugo](https://gohugo.io/). Тема используется на официальном сайте проекта [LANDAU](https://landau.one).
## Особенности
diff --git a/themes/landau-hacker/layouts/404.html b/themes/landau-hacker/layouts/404.html
index 654b3f8..e939055 100644
--- a/themes/landau-hacker/layouts/404.html
+++ b/themes/landau-hacker/layouts/404.html
@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 — Страница не найдена · {{ site.Title }}</title>
- <meta name="description" content="Запрошенная страница не существует на сайте LANDAU Kernel">
+ <meta name="description" content="Запрошенная страница не существует на сайте LANDAU">
<link rel="canonical" href="{{ .Permalink }}">
<link rel="icon" type="image/svg+xml" href="{{ "/favicon.svg" | relURL }}">
<link rel="stylesheet" href="{{ "/css/hacker.css" | relURL }}">