+[2016-04-28T21:01:42Z]eightfoldoutput of {{ gallery.id }} is the same as output for {{ page.url | remove: "/works/" | remove: "/index.html" }} +[2016-04-28T21:02:26Z]eightfoldand it should generate the class only for the <li>’s where the gallery.id is the same, but it generates it for all <li>'s +[2016-04-29T02:14:45Z]jekyllrbThe operation succeeded. +[2016-04-29T02:14:44Z]jaybe./later tell eightfold re: "current class" w/liquid, etc. refer to the factoid: ./whatis jekyllrb.com - this example from jekyllrb.com should help and show you how/the way +[2016-04-29T22:20:09Z]njumdl2014jekyll is great to host my blog on github.
+[2016-04-30T00:11:09Z]miklbIf I want to use `permalink: title` and in my Front Matter if title isn't a string, I'm not getting a permalink. Am I missing something? +[2016-04-30T02:22:02Z]miklbThink I miss understood where title was derived from, but if I make title a string in front matter, it does render a URL, otherwise I get `/title`. Likewise, if I set `permalink: slug` I get `/slug` for a URL even with `slug; example-post-title` in front matter. :/ +[2016-04-30T02:22:34Z]miklbs/slug;/slug:/ +[2016-04-30T02:22:35Z]jekyllrbFor the record, miklb meant: Think I miss understood where title was derived from, but if I make title a string in front matter, it does render a URL, otherwise I get `/title`. Likewise, if I set `permalink: slug` I get `/slug` for a URL even with `slug: example-post-title` in front matter. :/ +[2016-04-30T16:19:43Z]jxfI have two pages `foo.html` and `bar.html` that call a common layout, `layout.html`. I want to pass a variable that's set differently in the pages to the layout. Is that possible?