- Stable
3.1.5- Canary
4.0.0-alpha.7
- Guide
Guide
- Get Started
- Command Line Usage
- Add a Configuration File
- Copy Files to Output
- Add CSS, JS, Fonts
- Importing Content
- Configure Templates with Data
- Using Data in Templates
- Template Languages
- Template Features
- Environment Variables
- Internationalization (i18n)
- Watch Files and Dev Servers
- Common Pitfalls
- Advanced
- Plugins
- Services
renderTransforms Universal Filter
Added in v3.0.0It’s unlikely you’ll need to use this filter!
Transforms are applied for you automatically as part of Eleventy’s pipeline. However, (as an example) transforms limited to html files are not applied in other contexts (e.g. an RSS .xml, Atom .xml, or JSON feed .json).
The renderTransforms filter is used in the RSS plugin (v2.0 or newer). You can find sample usage of this filter on the RSS plugin feed examples.
More background at GitHub issue #3294.
← Back to Filters documentation.