fix: allow %Z for TimezoneDate, update docs accordingly #684

This commit is contained in:
Yang Jun
2024-04-21 15:34:08 +08:00
parent d48ac56824
commit a7ae3deb16
10 changed files with 79 additions and 42 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ Though we're trying to be compatible with the Ruby version, there are still some
* LiquidJS-defined tags: [layout][layout], [render][render] and corresponding `block` tag.
* LiquidJS-defined filters: [json][json].
* Tags/filters that don't depend on Shopify platform are borrowed from [Shopify][shopify-tags].
* Tags/filters that don't depend on Jekyll framework are borrowed from [Jekyll][jekyll-filters]
* LiquidJS [date][date] filter supports `%q` for date ordinals like `{{ '2023/02/02' | date: '%d%q of %b'}}` => `02nd of Feb`
* Tags/filters that don't depend on Jekyll framework are borrowed from [Jekyll][jekyll-filters].
* Some tags/filters behave differently: [date][date] filter.
[date]: https://liquidjs.com/filters/date.html
[layout]: ../tags/layout.html