From 9dd9e68767fe15b8fd57f8ed38a10d62a8fe8700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC?= Date: Thu, 8 Aug 2024 13:12:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D1=82=D0=B0=D1=80=D1=8B=D0=B5=20=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D1=8B=D0=B5=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/errors/{401 => }/401.md | 3 +-- content/errors/401/_index.md | 3 --- content/errors/{403 => }/403.md | 3 +-- content/errors/403/_index.md | 3 --- content/errors/{404 => }/404.md | 2 +- content/errors/404/_index.md | 3 --- content/errors/{500 => }/500.md | 3 +-- content/errors/500/_index.md | 3 --- content/errors/{502 => }/502.md | 3 +-- content/errors/502/_index.md | 3 --- content/errors/{503 => }/503.md | 3 +-- content/errors/503/_index.md | 3 --- content/errors/{504 => }/504.md | 4 +--- content/errors/504/_index.md | 3 --- 14 files changed, 7 insertions(+), 35 deletions(-) rename content/errors/{401 => }/401.md (85%) delete mode 100644 content/errors/401/_index.md rename content/errors/{403 => }/403.md (86%) delete mode 100644 content/errors/403/_index.md rename content/errors/{404 => }/404.md (77%) delete mode 100644 content/errors/404/_index.md rename content/errors/{500 => }/500.md (84%) delete mode 100644 content/errors/500/_index.md rename content/errors/{502 => }/502.md (87%) delete mode 100644 content/errors/502/_index.md rename content/errors/{503 => }/503.md (87%) delete mode 100644 content/errors/503/_index.md rename content/errors/{504 => }/504.md (80%) delete mode 100644 content/errors/504/_index.md diff --git a/content/errors/401/401.md b/content/errors/401.md similarity index 85% rename from content/errors/401/401.md rename to content/errors/401.md index 5e26b62..19f01fe 100644 --- a/content/errors/401/401.md +++ b/content/errors/401.md @@ -1,7 +1,6 @@ --- -showFullContent: true +title: "[401] Unauthorized" --- -# 401 Unauthorized ![](/img/errors/403_taiga.avif) diff --git a/content/errors/401/_index.md b/content/errors/401/_index.md deleted file mode 100644 index 25ec76e..0000000 --- a/content/errors/401/_index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 401 Unauthorized ---- diff --git a/content/errors/403/403.md b/content/errors/403.md similarity index 86% rename from content/errors/403/403.md rename to content/errors/403.md index 94a1418..0c3651b 100644 --- a/content/errors/403/403.md +++ b/content/errors/403.md @@ -1,7 +1,6 @@ --- -showFullContent: true +title: "[403] Forbidden" --- -# 403 Forbidden ![](/img/errors/403_taiga.avif) diff --git a/content/errors/403/_index.md b/content/errors/403/_index.md deleted file mode 100644 index 3a0effc..0000000 --- a/content/errors/403/_index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 403 Forbidden ---- diff --git a/content/errors/404/404.md b/content/errors/404.md similarity index 77% rename from content/errors/404/404.md rename to content/errors/404.md index e6ee4fd..683808c 100644 --- a/content/errors/404/404.md +++ b/content/errors/404.md @@ -1,5 +1,5 @@ --- -showFullContent: true +title: "[404] Страница не найдена" --- ![](/img/errors/404.avif) diff --git a/content/errors/404/_index.md b/content/errors/404/_index.md deleted file mode 100644 index bb0b881..0000000 --- a/content/errors/404/_index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "404 Not found" ---- diff --git a/content/errors/500/500.md b/content/errors/500.md similarity index 84% rename from content/errors/500/500.md rename to content/errors/500.md index 770585a..3d33cec 100644 --- a/content/errors/500/500.md +++ b/content/errors/500.md @@ -1,7 +1,6 @@ --- -showFullContent: true +title: "[500] Internal Server Error" --- -# 500 Internal Server Error ![](/img/errors/500_taiga.avif) diff --git a/content/errors/500/_index.md b/content/errors/500/_index.md deleted file mode 100644 index 5615928..0000000 --- a/content/errors/500/_index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: 500 Internal Server Error ---- diff --git a/content/errors/502/502.md b/content/errors/502.md similarity index 87% rename from content/errors/502/502.md rename to content/errors/502.md index 9aaf417..faafa82 100644 --- a/content/errors/502/502.md +++ b/content/errors/502.md @@ -1,7 +1,6 @@ --- -showFullContent: true +title: "[502] Bad Gateway" --- -# 502 Bad Gateway ![](/img/errors/502.avif) diff --git a/content/errors/502/_index.md b/content/errors/502/_index.md deleted file mode 100644 index 1d82cee..0000000 --- a/content/errors/502/_index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "502 Bad Gateway" ---- diff --git a/content/errors/503/503.md b/content/errors/503.md similarity index 87% rename from content/errors/503/503.md rename to content/errors/503.md index 251797e..af9ffc3 100644 --- a/content/errors/503/503.md +++ b/content/errors/503.md @@ -1,8 +1,7 @@ --- -showFullContent: true +title: "[503] Сервис недоступен" --- -# 503 Service unavailable ![](/img/errors/503_karlson.avif) --- diff --git a/content/errors/503/_index.md b/content/errors/503/_index.md deleted file mode 100644 index 17856c3..0000000 --- a/content/errors/503/_index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "503 Service unavailable" ---- diff --git a/content/errors/504/504.md b/content/errors/504.md similarity index 80% rename from content/errors/504/504.md rename to content/errors/504.md index c053c0c..aa99453 100644 --- a/content/errors/504/504.md +++ b/content/errors/504.md @@ -1,9 +1,7 @@ --- -showFullContent: true +title: "[504] Gateway timeout" --- -# 504 Gateway timeout - ![](/img/errors/504_krosh.avif) --- diff --git a/content/errors/504/_index.md b/content/errors/504/_index.md deleted file mode 100644 index e48a906..0000000 --- a/content/errors/504/_index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: "504 Gateway timeout" ----