Update filters.md (#8655)
Provide people an on-ramp to creating custom Liquid template filters in the docs.
This commit is contained in:
parent
8940ad65b1
commit
da68570406
|
@ -19,6 +19,8 @@ end
|
||||||
Liquid::Template.register_filter(Jekyll::AssetFilter)
|
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">
|
<div class="note">
|
||||||
<h5>ProTip™: Access the site object using Liquid</h5>
|
<h5>ProTip™: Access the site object using Liquid</h5>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue