Update filters.md (#8655)

Provide people an on-ramp to creating custom Liquid template filters in the docs.
This commit is contained in:
shorty 2021-05-14 15:12:12 -04:00 committed by GitHub
parent 8940ad65b1
commit da68570406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ end
Liquid::Template.register_filter(Jekyll::AssetFilter)
```
For more details on creating custom Liquid Filters, head to the [Liquid docs](https://github.com/Shopify/liquid/wiki/Liquid-for-Programmers#create-your-own-filters).
<div class="note">
<h5>ProTip™: Access the site object using Liquid</h5>
<p>