Update links to point to core Liquid site

This commit is contained in:
Adam Hollett 2016-06-14 15:21:24 -04:00
parent b5466196ea
commit 8d65ce675a
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ title: Templates
permalink: /docs/templates/ permalink: /docs/templates/
--- ---
Jekyll uses the [Liquid](https://github.com/Shopify/liquid/wiki) templating language to Jekyll uses the [Liquid](https://shopify.github.io/liquid/) templating language to
process templates. All of the standard Liquid [tags](https://github.com/Shopify/liquid/wiki/Liquid-for-Designers#tags) and process templates. All of the standard Liquid [tags](https://shopify.github.io/liquid/tags/) and
[filters](https://github.com/Shopify/liquid/wiki/Liquid-for-Designers#standard-filters) are [filters](https://shopify.github.io/liquid/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.