Top "Liquid" questions

Liquid is an open-source template language created by Shopify and written in Ruby.

How do you comment out in Liquid?

What is the correct way to comment out in the Liquid templating language?

syntax liquid comments
Iterate over hashes in liquid templates

I'm writing a site in Jekyll, which uses Liquid. I have front matter for pages that I'd like to look …

liquid jekyll
Date Math / Manipulation in Liquid Template Filter

I'm constructing an "Integration URL" in Desk.com, which uses the Shopify Liquid Template filter syntax. This URL needs to …

date shopify liquid liquid-layout
Liquid markup to detect current page URL?

I've just recently started using Github to host my blog (using Jekyll and Liquid). However, I'm having an issue which …

html url github jekyll liquid
Get today's date in Jekyll with Liquid markup

This (should) be easy, I think, but I'm unable to get today's date to show in a Jekyll page using …

ruby datetime jekyll liquid
Jekyll/Liquid - how to add large blocks of text to YAML front matter?

I'm trying to implement a service catalog in Jekyll, in which each of 20 or 30 pages will contain a 7x2 table. …

yaml liquid jekyll
Liquid templates: even/odd items in for loop

If I have a for loop in Liquid (using Jekyll), how can I target even (or odd) items only? I …

jekyll liquid
How can I show just the most recent post on my home page with jekyll?

<ul class="entries"> {% for post in paginator.posts %} <li> <a href="{{ post.url }}"> <…

templates jekyll templating liquid liquid-layout
For loop, wrap every two posts in a div

Basically, I am using Jekyll (which uses the Liquid templating language) and I am trying to write a for loop …

jekyll liquid
Enabling Liquid templating syntax highlight in webStorm/phpStorm

I wonder if someone managed to enable the Liquid templating engine syntax highlighting in WebStorm IDE, I work a lot …

syntax-highlighting shopify webstorm liquid textmatebundles