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

View File

@@ -1,3 +0,0 @@
---
redirect_to: /basics/introduction
---

View File

@@ -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).

View File

@@ -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.

View File

@@ -1,3 +0,0 @@
---
redirect_to: /filters/abs
---

View File

@@ -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.

View File

@@ -1,3 +0,0 @@
---
redirect_to: /tags/control-flow
---