+ [2017-05-14T22:22:03Z] osfameron otherwise if you need the flexibility, something like https://gist.github.com/Phlow/b31f3a8d292aa63081c6
+ [2017-05-14T22:22:04Z] jekyllrb Title: Counter: This code snippet just counts your jekyll posts and spits out the result · GitHub (at gist.github.com)
+ [2017-05-14T22:22:08Z] batteur i want to number <figure>
+ [2017-05-14T22:22:25Z] batteur and have this figure code in a include
+ [2017-05-14T22:23:09Z] batteur perhaps it's better to do this with css, but then i can't reference the figures with numbers in the text

message no. 168892

Posted by somiaj in #jekyll at 2017-05-14T18:40:32Z

hmm, I guess you could do a series of | replace: 'English', 'German' | replace: ...., for all the months, and not need a plugin
+ [2017-05-15T13:10:35Z] yurb Stupid question, but what is the logical not operator in liquid?
+ [2017-05-15T13:10:55Z] yurb (i.e. testing for absence/false value of a variable)
+ [2017-05-15T13:32:12Z] captn3m0 yurb: no logical not operator.
+ [2017-05-15T13:32:21Z] captn3m0 yurb: take a look at https://github.com/Shopify/liquid/issues/138 for alternatives
+ [2017-05-15T13:32:24Z] jekyllrb Title: How to express logic "and","or", "not"? · Issue #138 · Shopify/liquid · GitHub (at github.com)