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