liquid
liquid copied to clipboard
Liquid markup language. Safe, customer facing template language for flexible web apps.
# Issue When creating a form such as ```liquid {% form 'customer', id: 'ContactFooter' %} {{ form.id }} [...rest of content...] {% endform %} ``` the ```form.id``` is ```nil``` #...
``` liquid-5.4.0/lib/liquid/standardfilters.rb:4: warning: base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec....
This PR adds `bigdecimal` as a dependency in the `liquid` gemspec file. While using Ruby 3.3.0, I encountered this warning related to the `liquid` package. `/Users/my_name/.gem/ruby/3.3.0/gems/liquid-4.0.4/lib/liquid/standardfilters.rb:2: warning: bigdecimal was loaded...
Hi! As Github does not allow PRs for Wikis, I'm opening this issue for a simple fix in https://github.com/shopify/liquid/wiki It lists Quaderno as getquaderno.com but that domain has nothing to...
This PR allows for backward compatibility deep search :woah: Like so: ```liquid {{ input | where: 'some.nested.property', 'foo', deep: true }} {{ input | where: 'some_nested_property', 'foo', deep: '_' }}...
Ruby returns 0 (not nil) for nil nil, i.e. nil and nil are judged as equal for comparison, and so returns nil_safe_compare . ref: https://github.com/Shopify/liquid/pull/1476 To make the behavior of...
Please help me to add product discount in product picture on product collection [https://bodybrics.com/collections/track-suits-men](url) Thanks In Advance
Hey, i'm having this issue with `{{ settings.type_body_font | font_url | preload_tag: as: 'font', type: 'font/woff2', crossorigin: 'anonymous' }}` and getting the Liquid error `Input must be a theme or...
Hi there, **Expected** [web.dev](https://web.dev/learn/performance/image-performance#sizes) ```html ``` **Current output** ```html ``` **Explanation** When using the following code with an `image_url` width of 500, the srcset will not output higher than the...
I'm not sure if this is the right repo to post this bug so do let me know if it should be filed elsewhere. If you specify a crop for...