Add reference to Liquid to plugin docs (#6794)

Merge pull request 6794
This commit is contained in:
Heinrich Hartmann 2018-02-20 15:34:41 +01:00 committed by jekyllbot
parent 3dd76a1941
commit 216582d703
1 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,8 @@ In general, plugins you make will fall broadly into one of five categories:
4. [Tags](#tags)
5. [Hooks](#hooks)
See the bottom of the page for a [list of available plugins](#available-plugins)
See the bottom of the page for a [list of available plugins](#available-plugins).
For further information on how to develop your own plugins, check out the [Liquid documentation](https://github.com/Shopify/liquid/wiki/Liquid-for-Programmers) as well.
## Generators