mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Fix redirection
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
redirect_to: /basics/introduction
|
|
||||||
---
|
|
||||||
@@ -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,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.
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
redirect_to: /filters/abs
|
|
||||||
---
|
|
||||||
@@ -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.
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
redirect_to: /tags/control-flow
|
|
||||||
---
|
|
||||||
Reference in New Issue
Block a user