Liquid is an open-source template language created by Shopify and written in Ruby.
I'm using Jekyll to generate a simple site. I want the date field to display in the format 12 September 2011. I've …
liquid jekyllTo be clear, assuming: {% assign my_var = "123" %} {% assign another_var = "456" %} I would like to append string to my_var to …
jekyll liquidI just read this related answer: How can I convert a number to a string? - Shopify Design — Ecommerce University …
type-conversion shopify liquidWhen calling items from and array in a Liquid template, how do you call does not contain or not in …
jekyll liquidscratching my head over this - help much appreciated. I want to display a list of all my Jekyll posts, …
jekyll liquidThis sounds very easy, however I couldn't find it anywhere in the docs. How can I write {% this %} in a …
templates liquidOn my Jekyll-powered website I have an inclusion that does something function-like, but I can't figure out how to pass …
jekyll liquidI'm constructing a static site (no blog) with Jekyll/Liquid. I want it to have an auto-generated navigation menu that …
jekyll liquidI want to use an if statement in Liquid with multiple conditionals. Something like: {% if (include.featured == "true" and product.…
if-statement jekyll liquid