liquid
liquid copied to clipboard
Update Liquid Types Documentation: Add Object and Timestamp Examples (Resolves #1884)
This pull request updates the Liquid types documentation to include missing types: Object and Timestamp.
- Added examples for Object with attributes and its usage in conditionals.
- Added examples for Timestamp with the
datefilter to format date and time values. - Ensures that all types supported by Liquid are now documented comprehensively.
Resolves #1884.