Does anyone know how to access the image_tag rails helper from within a liquid drop ? Any help / examples would be great as i can\'t seem to find this anywhere!
I am trying a simple Jekyll plugin: class MonthlyArchives < Liquid::Tag def initialize(tag_name, text, tokens)
I have created the ability for users in my system to edit a liquid template that is eventually rendered and turned into a PDF. I would like some id开发者_如何学Goeas as to what the best method would b
In Liquid, how can 开发者_开发问答I find out all the values that a collection contains? Is there a print_r function or similar?
I\'m using jekyll and Liquid to generate a static web site on github pages. I want to base some content decisions on whether the amount of content in a document has reached a specific number of works
I\'ve been trying to figure out how I\'m gonna do recursion with Liquid. I have an app where I want to give users full control over the rendering of the menu. However, the menu is defined by a tree, t
I have liquid templates stored in DB and before rendering, I would like to check, if all params required by the tem开发者_C百科plate are provided - by now I found something like:
How, exactly does one use the map filter in Liquid? I\'m using it in Jekyll. --- my_array: [apple, banana, orage]
I\'m having trouble in design layout css with div element. Basically my main page layout design is look like the following picture :
I am working with the jekyll static site builder, and I am having difficulty performing the following: