From 2af43e10bb3aedb394a1ee29caaeb606952791f0 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sat, 26 Nov 2022 15:11:48 +0100 Subject: [PATCH] Fix page redirects This mostly reverts 61bccc5e40d87df72d5af49284d1afdf13308aa8 --- .gitignore | 1 + blog.html => blog/index.html | 1 - contribute.html => contribute/index.html | 1 - documentation-redirect.md | 7 ------- documentation.html => documentation/index.html | 0 privacy-redirect.md | 7 ------- 6 files changed, 1 insertion(+), 16 deletions(-) rename blog.html => blog/index.html (98%) rename contribute.html => contribute/index.html (98%) delete mode 100644 documentation-redirect.md rename documentation.html => documentation/index.html (100%) delete mode 100644 privacy-redirect.md diff --git a/.gitignore b/.gitignore index 1ff34eec8..9feebb7a4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ _site .jekyll-cache .jekyll-metadata Gemfile.lock +.bundle diff --git a/blog.html b/blog/index.html similarity index 98% rename from blog.html rename to blog/index.html index aa0f0d21e..a3791132a 100644 --- a/blog.html +++ b/blog/index.html @@ -1,7 +1,6 @@ --- layout: internal title: titles.blog -permalink: /blog ---
diff --git a/contribute.html b/contribute/index.html similarity index 98% rename from contribute.html rename to contribute/index.html index 1ef88e81f..811cfb429 100644 --- a/contribute.html +++ b/contribute/index.html @@ -2,7 +2,6 @@ layout: page title: titles.contribute excerpt: contribute.introduction -permalink: /contribute/ ---

{% t contribute.introduction %}

diff --git a/documentation-redirect.md b/documentation-redirect.md deleted file mode 100644 index 4db9962b4..000000000 --- a/documentation-redirect.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: redirect -sitemap: false -permalink: /documentation/ -redirect_to: /documentation -title: generic.redirect.title ---- diff --git a/documentation.html b/documentation/index.html similarity index 100% rename from documentation.html rename to documentation/index.html diff --git a/privacy-redirect.md b/privacy-redirect.md deleted file mode 100644 index e9df7ef34..000000000 --- a/privacy-redirect.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: redirect -sitemap: false -permalink: /privacy/ -redirect_to: /privacy -title: generic.redirect.title ----