From 725335bbc1524cb45ecc6df29a03073ca57e8944 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Fri, 21 Sep 2018 18:26:34 +0200 Subject: [PATCH] Fix redirection --- basics/index.md | 3 --- basics/introduction.md | 1 + filters/abs.md | 1 + filters/index.md | 3 --- tags/control-flow.md | 1 + tags/index.md | 3 --- 6 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 basics/index.md delete mode 100644 filters/index.md delete mode 100644 tags/index.md diff --git a/basics/index.md b/basics/index.md deleted file mode 100644 index 488c9d7c..00000000 --- a/basics/index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -redirect_to: /basics/introduction ---- diff --git a/basics/introduction.md b/basics/introduction.md index 79b15136..8045fecd 100644 --- a/basics/introduction.md +++ b/basics/introduction.md @@ -1,6 +1,7 @@ --- title: Introduction description: An overview of objects, tags, and filters in the Liquid template language. +redirect_from: /basics/ --- Liquid code can be categorized into [**objects**](#objects), [**tags**](#tags), and [**filters**](#filters). diff --git a/filters/abs.md b/filters/abs.md index fc23eb6e..e7dcedf2 100644 --- a/filters/abs.md +++ b/filters/abs.md @@ -1,6 +1,7 @@ --- title: abs description: Liquid filter that gets the absolute value of a number. +redirect_from: /filters/ --- Returns the absolute value of a number. diff --git a/filters/index.md b/filters/index.md deleted file mode 100644 index 42b7a287..00000000 --- a/filters/index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -redirect_to: /filters/abs ---- diff --git a/tags/control-flow.md b/tags/control-flow.md index f1e47f3a..505f1bde 100644 --- a/tags/control-flow.md +++ b/tags/control-flow.md @@ -1,6 +1,7 @@ --- title: Control flow description: An overview of control flow and conditional tags in the Liquid template language. +redirect_from: /tags/ --- Control flow tags can change the information Liquid shows using programming logic. diff --git a/tags/index.md b/tags/index.md deleted file mode 100644 index b8f832e0..00000000 --- a/tags/index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -redirect_to: /tags/control-flow ----