Change links to Liquid documentation

This commit is contained in:
Anatol Broder 2013-09-15 07:44:49 +02:00
parent 94eed46436
commit d761338c2c
2 changed files with 4 additions and 4 deletions

View File

@ -7,9 +7,9 @@ permalink: /docs/templates/
---
Jekyll uses the [Liquid](http://wiki.shopify.com/Liquid) templating language to
process templates. All of the [standard Liquid tags and
filters](http://wiki.github.com/shopify/liquid/liquid-for-designers) are
supported, Jekyll even adds a few handy filters and tags of its own to make
process templates. All of the standard Liquid [tags](http://wiki.shopify.com/Logic) and
[filters](http://wiki.shopify.com/Filters) are
supported. Jekyll even adds a few handy filters and tags of its own to make
common tasks easier.
## Filters

View File

@ -9,7 +9,7 @@ permalink: /docs/variables/
Jekyll traverses your site looking for files to process. Any files with [YAML
Front Matter](../frontmatter/) are subject to processing. For each of these
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.
## Global Variables