Fix redirection

This commit is contained in:
Frank Taillandier
2018-09-21 18:26:34 +02:00
parent 307c8befc5
commit 725335bbc1
6 changed files with 3 additions and 9 deletions
-3
View File
@@ -1,3 +0,0 @@
---
redirect_to: /basics/introduction
---
+1
View File
@@ -1,6 +1,7 @@
--- ---
title: Introduction title: Introduction
description: An overview of objects, tags, and filters in the Liquid template language. 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). Liquid code can be categorized into [**objects**](#objects), [**tags**](#tags), and [**filters**](#filters).
+1
View File
@@ -1,6 +1,7 @@
--- ---
title: abs title: abs
description: Liquid filter that gets the absolute value of a number. description: Liquid filter that gets the absolute value of a number.
redirect_from: /filters/
--- ---
Returns the absolute value of a number. Returns the absolute value of a number.
-3
View File
@@ -1,3 +0,0 @@
---
redirect_to: /filters/abs
---
+1
View File
@@ -1,6 +1,7 @@
--- ---
title: Control flow title: Control flow
description: An overview of control flow and conditional tags in the Liquid template language. 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. Control flow tags can change the information Liquid shows using programming logic.
-3
View File
@@ -1,3 +0,0 @@
---
redirect_to: /tags/control-flow
---