mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 09:18:11 -05:00
Merge pull request #1553 from penibelst/change-link-liquid
Change links to Liquid documentation
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user