Re-organizing basics content, starting to remove Shopify-specific content

This commit is contained in:
Tetsuro
2015-08-28 12:28:11 -04:00
parent d4c1429ea7
commit 57ccbd4898
12 changed files with 56 additions and 93 deletions
+3 -8
View File
@@ -2,14 +2,9 @@
title: Operators
---
# Operators
Liquid has access to all of the logical and comparison operators.
<a id="topofpage"></a>
Liquid has access to all of the logical and comparison operators. These can be used in tags such as <a href="/themes/liquid-documentation/tags/control-flow-tags/#if">if</a> and <a href="/themes/liquid-documentation/tags/control-flow-tags/#unless">unless</a>.
## Basic Operators
### Basic Operators
<table>
<tbody>
@@ -77,7 +72,7 @@ Operators can be chained together.
## Contains operator
### Contains operator
<code>contains</code> checks for the presence of a substring inside a string.