Merge pull request #1553 from penibelst/change-link-liquid
Change links to Liquid documentation
This commit is contained in:
commit
0b40bd033b
|
@ -7,9 +7,9 @@ permalink: /docs/templates/
|
||||||
---
|
---
|
||||||
|
|
||||||
Jekyll uses the [Liquid](http://wiki.shopify.com/Liquid) templating language to
|
Jekyll uses the [Liquid](http://wiki.shopify.com/Liquid) templating language to
|
||||||
process templates. All of the [standard Liquid tags and
|
process templates. All of the standard Liquid [tags](http://wiki.shopify.com/Logic) and
|
||||||
filters](http://wiki.github.com/shopify/liquid/liquid-for-designers) are
|
[filters](http://wiki.shopify.com/Filters) are
|
||||||
supported, Jekyll even adds a few handy filters and tags of its own to make
|
supported. Jekyll even adds a few handy filters and tags of its own to make
|
||||||
common tasks easier.
|
common tasks easier.
|
||||||
|
|
||||||
## Filters
|
## Filters
|
||||||
|
|
|
@ -9,7 +9,7 @@ permalink: /docs/variables/
|
||||||
Jekyll traverses your site looking for files to process. Any files with [YAML
|
Jekyll traverses your site looking for files to process. Any files with [YAML
|
||||||
Front Matter](../frontmatter/) are subject to processing. For each of these
|
Front Matter](../frontmatter/) are subject to processing. For each of these
|
||||||
files, Jekyll makes a variety of data available via the [Liquid templating
|
files, Jekyll makes a variety of data available via the [Liquid templating
|
||||||
system](http://wiki.github.com/shopify/liquid/liquid-for-designers). The
|
system](http://wiki.shopify.com/Liquid). The
|
||||||
following is a reference of the available data.
|
following is a reference of the available data.
|
||||||
|
|
||||||
## Global Variables
|
## Global Variables
|
||||||
|
|
Loading…
Reference in New Issue